#BDD0BB

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

Shades of Surf Crest #BDD0BB

Tints of Surf Crest #BDD0BB

Color information

#BDD0BB (or 0xBDD0BB) is unknown color: approx Surf Crest. HEX triplet: BD, D0 and BB. RGB value is (189,208,187). Sum of RGB (Red+Green+Blue) = 189+208+187=584 (77% of max value = 765). Red value is 189 (74.22% from 255 or 32.36% from 584); Green value is 208 (81.64% from 255 or 35.62% from 584); Blue value is 187 (73.44% from 255 or 32.02% from 584); Max value from RGB is 208 - color contains mainly: green. Hex color #BDD0BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDD0BB is #422F44. Grayscale: #C7C7C7. Windows color (decimal): -4337477 or 12308669. OLE color: 12308669.

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

Color convert

RGB189208187-
CMYK0.0900.100.18
HSL114.29º18.26%77.45%-
HSV(B)114.29º10.1%81.57%-
XYZ52.5159.5255.73-
YUV199.92120.71120.21-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 32.36%
GREEN value IS 208 (81.64% from 255) = 35.62%
BLUE value IS 187 (73.44% from 255) = 32.02%
R=32.36%
G=35.62%
B=32.02%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1892081870.0900.100.18114.2918.2677.45
HexBDD0BB90A1272124d
Octal275320273110122216222115
Binary101111011101000010111011100101010100101110010100101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDD0BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDD0BB; }

 p { color: rgb(189,208,187); }

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

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

 a { background-color: rgb(189,208,187); }

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

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

 span { border-color: rgb(189,208,187); }

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