#BBDDB8

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

Shades of Surf Crest #BBDDB8

Tints of Surf Crest #BBDDB8

Color information

#BBDDB8 (or 0xBBDDB8) is unknown color: approx Surf Crest. HEX triplet: BB, DD and B8. RGB value is (187,221,184). Sum of RGB (Red+Green+Blue) = 187+221+184=592 (78% of max value = 765). Red value is 187 (73.44% from 255 or 31.59% from 592); Green value is 221 (86.72% from 255 or 37.33% from 592); Blue value is 184 (72.27% from 255 or 31.08% from 592); Max value from RGB is 221 - color contains mainly: green. Hex color #BBDDB8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBDDB8 is #442247. Grayscale: #CECECE. Windows color (decimal): -4465224 or 12115387. OLE color: 12115387.

HSL color Cylindrical-coordinate representation of color #BBDDB8: hue angle of 115.14º degrees, saturation: 0.35, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BBDDB8 is Cyan = 0.15, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.13.

Color convert

RGB187221184-
CMYK0.1500.170.13
HSL115.14º35.24%79.41%-
HSV(B)115.14º16.74%86.67%-
XYZ5565.7455.14-
YUV206.62115.24114.01-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 31.59%
GREEN value IS 221 (86.72% from 255) = 37.33%
BLUE value IS 184 (72.27% from 255) = 31.08%
R=31.59%
G=37.33%
B=31.08%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1872211840.1500.170.13115.1435.2479.41
HexBBDDB8F011D73234f
Octal273335270170211516343117
Binary1011101111011101101110001111010001110111100111000111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBDDB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBDDB8; }

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

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

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

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

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

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

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

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