#BBD9B8

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

Shades of Surf Crest #BBD9B8

Tints of Surf Crest #BBD9B8

Color information

#BBD9B8 (or 0xBBD9B8) is unknown color: approx Surf Crest. HEX triplet: BB, D9 and B8. RGB value is (187,217,184). Sum of RGB (Red+Green+Blue) = 187+217+184=588 (77% of max value = 765). Red value is 187 (73.44% from 255 or 31.80% from 588); Green value is 217 (85.16% from 255 or 36.90% from 588); Blue value is 184 (72.27% from 255 or 31.29% from 588); Max value from RGB is 217 - color contains mainly: green. Hex color #BBD9B8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBD9B8 is #442647. Grayscale: #CCCCCC. Windows color (decimal): -4466248 or 12114363. OLE color: 12114363.

HSL color Cylindrical-coordinate representation of color #BBD9B8: hue angle of 114.55º degrees, saturation: 0.3, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BBD9B8 is Cyan = 0.14, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.15.

Color convert

RGB187217184-
CMYK0.1400.150.15
HSL114.55º30.28%78.63%-
HSV(B)114.55º15.21%85.1%-
XYZ53.9663.6554.79-
YUV204.27116.56115.68-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 31.80%
GREEN value IS 217 (85.16% from 255) = 36.90%
BLUE value IS 184 (72.27% from 255) = 31.29%
R=31.80%
G=36.90%
B=31.29%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1872171840.1400.150.15114.5530.2878.63
HexBBD9B8E0FF731e4f
Octal273331270160171716336117
Binary10111011110110011011100011100111111111110011111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBD9B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBD9B8; }

 p { color: rgb(187,217,184); }

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

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

 a { background-color: rgb(187,217,184); }

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

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

 span { border-color: rgb(187,217,184); }

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