#BDD6BA

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

Shades of Surf Crest #BDD6BA

Tints of Surf Crest #BDD6BA

Color information

#BDD6BA (or 0xBDD6BA) is unknown color: approx Surf Crest. HEX triplet: BD, D6 and BA. RGB value is (189,214,186). Sum of RGB (Red+Green+Blue) = 189+214+186=589 (78% of max value = 765). Red value is 189 (74.22% from 255 or 32.09% from 589); Green value is 214 (83.98% from 255 or 36.33% from 589); Blue value is 186 (73.05% from 255 or 31.58% from 589); Max value from RGB is 214 - color contains mainly: green. Hex color #BDD6BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDD6BA is #422945. Grayscale: #CBCBCB. Windows color (decimal): -4335942 or 12244669. OLE color: 12244669.

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

Color convert

RGB189214186-
CMYK0.1200.130.16
HSL113.57º25.45%78.43%-
HSV(B)113.57º13.08%83.92%-
XYZ53.962.4655.67-
YUV203.33118.22117.78-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 32.09%
GREEN value IS 214 (83.98% from 255) = 36.33%
BLUE value IS 186 (73.05% from 255) = 31.58%
R=32.09%
G=36.33%
B=31.58%

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
Decimal1892141860.1200.130.16113.5725.4578.43
HexBDD6BAC0D1072194e
Octal275326272140152016231116
Binary101111011101011010111010110001101100001110010110011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDD6BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDD6BA; }

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

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

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

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

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

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

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

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