#BDD4BB

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

Shades of Surf Crest #BDD4BB

Tints of Surf Crest #BDD4BB

Color information

#BDD4BB (or 0xBDD4BB) is unknown color: approx Surf Crest. HEX triplet: BD, D4 and BB. RGB value is (189,212,187). Sum of RGB (Red+Green+Blue) = 189+212+187=588 (77% of max value = 765). Red value is 189 (74.22% from 255 or 32.14% from 588); Green value is 212 (83.20% from 255 or 36.05% from 588); Blue value is 187 (73.44% from 255 or 31.80% from 588); Max value from RGB is 212 - color contains mainly: green. Hex color #BDD4BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDD4BB is #422B44. Grayscale: #CACACA. Windows color (decimal): -4336453 or 12309693. OLE color: 12309693.

HSL color Cylindrical-coordinate representation of color #BDD4BB: hue angle of 115.2º degrees, saturation: 0.23, 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 #BDD4BB is Cyan = 0.11, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.17.

Color convert

RGB189212187-
CMYK0.1100.120.17
HSL115.2º22.52%78.24%-
HSV(B)115.2º11.79%83.14%-
XYZ53.561.4956.06-
YUV202.27119.38118.53-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 32.14%
GREEN value IS 212 (83.20% from 255) = 36.05%
BLUE value IS 187 (73.44% from 255) = 31.80%
R=32.14%
G=36.05%
B=31.80%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1892121870.1100.120.17115.222.5278.24
HexBDD4BBB0C1173174e
Octal275324273130142116327116
Binary101111011101010010111011101101100100011110011101111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDD4BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDD4BB; }

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

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

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

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

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

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

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

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