#BDD1BA

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

Shades of Surf Crest #BDD1BA

Tints of Surf Crest #BDD1BA

Color information

#BDD1BA (or 0xBDD1BA) is unknown color: approx Surf Crest. HEX triplet: BD, D1 and BA. RGB value is (189,209,186). Sum of RGB (Red+Green+Blue) = 189+209+186=584 (77% of max value = 765). Red value is 189 (74.22% from 255 or 32.36% from 584); Green value is 209 (82.03% from 255 or 35.79% from 584); Blue value is 186 (73.05% from 255 or 31.85% from 584); Max value from RGB is 209 - color contains mainly: green. Hex color #BDD1BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDD1BA is #422E45. Grayscale: #C8C8C8. Windows color (decimal): -4337222 or 12243389. OLE color: 12243389.

HSL color Cylindrical-coordinate representation of color #BDD1BA: hue angle of 112.17º degrees, saturation: 0.2, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #BDD1BA is Cyan = 0.10, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.18.

Color convert

RGB189209186-
CMYK0.1000.110.18
HSL112.17º20%77.45%-
HSV(B)112.17º11%81.96%-
XYZ52.6559.9655.25-
YUV200.4119.87119.87-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 32.36%
GREEN value IS 209 (82.03% from 255) = 35.79%
BLUE value IS 186 (73.05% from 255) = 31.85%
R=32.36%
G=35.79%
B=31.85%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1892091860.1000.110.18112.172077.45
HexBDD1BAA0B1270144d
Octal275321272120132216024115
Binary101111011101000110111010101001011100101110000101001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDD1BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDD1BA; }

 p { color: rgb(189,209,186); }

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

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

 a { background-color: rgb(189,209,186); }

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

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

 span { border-color: rgb(189,209,186); }

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