#BBDDB6

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

Shades of Surf Crest #BBDDB6

Tints of Surf Crest #BBDDB6

Color information

#BBDDB6 (or 0xBBDDB6) is unknown color: approx Surf Crest. HEX triplet: BB, DD and B6. RGB value is (187,221,182). Sum of RGB (Red+Green+Blue) = 187+221+182=590 (78% of max value = 765). Red value is 187 (73.44% from 255 or 31.69% from 590); Green value is 221 (86.72% from 255 or 37.46% from 590); Blue value is 182 (71.48% from 255 or 30.85% from 590); Max value from RGB is 221 - color contains mainly: green. Hex color #BBDDB6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBDDB6 is #442249. Grayscale: #CECECE. Windows color (decimal): -4465226 or 11984315. OLE color: 11984315.

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

Color convert

RGB187221182-
CMYK0.1500.180.13
HSL112.31º36.45%79.02%-
HSV(B)112.31º17.65%86.67%-
XYZ54.7965.6654.04-
YUV206.39114.24114.17-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 31.69%
GREEN value IS 221 (86.72% from 255) = 37.46%
BLUE value IS 182 (71.48% from 255) = 30.85%
R=31.69%
G=37.46%
B=30.85%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1872211820.1500.180.13112.3136.4579.02
HexBBDDB6F012D70244f
Octal273335266170221516044117
Binary1011101111011101101101101111010010110111100001001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBDDB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBDDB6; }

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

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

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

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

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

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

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

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