#BDD7BA

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

Shades of Surf Crest #BDD7BA

Tints of Surf Crest #BDD7BA

Color information

#BDD7BA (or 0xBDD7BA) is unknown color: approx Surf Crest. HEX triplet: BD, D7 and BA. RGB value is (189,215,186). Sum of RGB (Red+Green+Blue) = 189+215+186=590 (78% of max value = 765). Red value is 189 (74.22% from 255 or 32.03% from 590); Green value is 215 (84.38% from 255 or 36.44% from 590); Blue value is 186 (73.05% from 255 or 31.53% from 590); Max value from RGB is 215 - color contains mainly: green. Hex color #BDD7BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDD7BA is #422845. Grayscale: #CCCCCC. Windows color (decimal): -4335686 or 12244925. OLE color: 12244925.

HSL color Cylindrical-coordinate representation of color #BDD7BA: hue angle of 113.79º degrees, saturation: 0.27, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #BDD7BA is Cyan = 0.12, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.16.

Color convert

RGB189215186-
CMYK0.1200.130.16
HSL113.79º26.61%78.63%-
HSV(B)113.79º13.49%84.31%-
XYZ54.1562.9655.75-
YUV203.92117.89117.36-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 32.03%
GREEN value IS 215 (84.38% from 255) = 36.44%
BLUE value IS 186 (73.05% from 255) = 31.53%
R=32.03%
G=36.44%
B=31.53%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1892151860.1200.130.16113.7926.6178.63
HexBDD7BAC0D10721b4f
Octal275327272140152016233117
Binary101111011101011110111010110001101100001110010110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDD7BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDD7BA; }

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

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

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

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

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

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

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

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