#BDB4AE

Color #BDB4AE Tide (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tide #BDB4AE

Tints of Tide #BDB4AE

Color information

#BDB4AE (or 0xBDB4AE) is unknown color: approx Tide. HEX triplet: BD, B4 and AE. RGB value is (189,180,174). Sum of RGB (Red+Green+Blue) = 189+180+174=543 (71% of max value = 765). Red value is 189 (74.22% from 255 or 34.81% from 543); Green value is 180 (70.70% from 255 or 33.15% from 543); Blue value is 174 (68.36% from 255 or 32.04% from 543); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB4AE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDB4AE is #424B51. Grayscale: #B6B6B6. Windows color (decimal): -4344658 or 11449533. OLE color: 11449533.

HSL color Cylindrical-coordinate representation of color #BDB4AE: hue angle of 24º degrees, saturation: 0.1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #BDB4AE is Cyan = 0, Magento = 0.05, Yellow = 0.08 and Black (K on CMYK) = 0.26.

Color convert

RGB189180174-
CMYK00.050.080.26
HSL24º10.2%71.18%-
HSV(B)24º7.94%74.12%-
XYZ44.9546.5246.65-
YUV182.01123.48132.99-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 189 (74.22% from 255) = 34.81%
GREEN value IS 180 (70.70% from 255) = 33.15%
BLUE value IS 174 (68.36% from 255) = 32.04%
R=34.81%
G=33.15%
B=32.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.08
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18918017400.050.080.262410.271.18
HexBDB4AE0581A18a47
Octal2752642560510323012107
Binary10111101101101001010111001011000110101100010101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDB4AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDB4AE; }

 p { color: rgb(189,180,174); }

 H1.HeaderClassName
 {
   color: #BDB4AE;
 }
 .AnyTagClassName
 {
   color: #BDB4AE;
 }
</style>
background-color css

<style>
 a { background-color: #BDB4AE; }

 a { background-color: rgb(189,180,174); }

 div.DivClassName
 {
   background-color: #BDB4AE;
 }
 .BgClassName
 {
   background-color: #BDB4AE;
 }
</style>
border-color css

<style>
 span { border-color: #BDB4AE; }

 span { border-color: rgb(189,180,174); }

 td.TdClassName
 {
   border-color: #BDB4AE;
 }
 .TagClassName
 {
   border-color: #BDB4AE;
 }
</style>