#BDD3BA

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

Shades of Surf Crest #BDD3BA

Tints of Surf Crest #BDD3BA

Color information

#BDD3BA (or 0xBDD3BA) is unknown color: approx Surf Crest. HEX triplet: BD, D3 and BA. RGB value is (189,211,186). Sum of RGB (Red+Green+Blue) = 189+211+186=586 (77% of max value = 765). Red value is 189 (74.22% from 255 or 32.25% from 586); Green value is 211 (82.81% from 255 or 36.01% from 586); Blue value is 186 (73.05% from 255 or 31.74% from 586); Max value from RGB is 211 - color contains mainly: green. Hex color #BDD3BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDD3BA is #422C45. Grayscale: #C9C9C9. Windows color (decimal): -4336710 or 12243901. OLE color: 12243901.

HSL color Cylindrical-coordinate representation of color #BDD3BA: hue angle of 112.8º degrees, saturation: 0.22, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #BDD3BA is Cyan = 0.10, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.17.

Color convert

RGB189211186-
CMYK0.1000.120.17
HSL112.8º22.12%77.84%-
HSV(B)112.8º11.85%82.75%-
XYZ53.1460.9555.42-
YUV201.57119.21119.03-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 32.25%
GREEN value IS 211 (82.81% from 255) = 36.01%
BLUE value IS 186 (73.05% from 255) = 31.74%
R=32.25%
G=36.01%
B=31.74%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1892111860.1000.120.17112.822.1277.84
HexBDD3BAA0C1171164e
Octal275323272120142116126116
Binary101111011101001110111010101001100100011110001101101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDD3BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDD3BA; }

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

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

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

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

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

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

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

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