#BDDBB5

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

Shades of Surf Crest #BDDBB5

Tints of Surf Crest #BDDBB5

Color information

#BDDBB5 (or 0xBDDBB5) is unknown color: approx Surf Crest. HEX triplet: BD, DB and B5. RGB value is (189,219,181). Sum of RGB (Red+Green+Blue) = 189+219+181=589 (78% of max value = 765). Red value is 189 (74.22% from 255 or 32.09% from 589); Green value is 219 (85.94% from 255 or 37.18% from 589); Blue value is 181 (71.09% from 255 or 30.73% from 589); Max value from RGB is 219 - color contains mainly: green. Hex color #BDDBB5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDDBB5 is #42244A. Grayscale: #CDCDCD. Windows color (decimal): -4334667 or 11918269. OLE color: 11918269.

HSL color Cylindrical-coordinate representation of color #BDDBB5: hue angle of 107.37º degrees, saturation: 0.35, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BDDBB5 is Cyan = 0.14, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.14.

Color convert

RGB189219181-
CMYK0.1400.170.14
HSL107.37º34.55%78.43%-
HSV(B)107.37º17.35%85.88%-
XYZ54.6664.8253.35-
YUV205.7114.06116.09-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 32.09%
GREEN value IS 219 (85.94% from 255) = 37.18%
BLUE value IS 181 (71.09% from 255) = 30.73%
R=32.09%
G=37.18%
B=30.73%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1892191810.1400.170.14107.3734.5578.43
HexBDDBB5E011E6b234e
Octal275333265160211615343116
Binary1011110111011011101101011110010001111011010111000111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDDBB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDDBB5; }

 p { color: rgb(189,219,181); }

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

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

 a { background-color: rgb(189,219,181); }

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

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

 span { border-color: rgb(189,219,181); }

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