#BBDBB6

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

Shades of Surf Crest #BBDBB6

Tints of Surf Crest #BBDBB6

Color information

#BBDBB6 (or 0xBBDBB6) is unknown color: approx Surf Crest. HEX triplet: BB, DB and B6. RGB value is (187,219,182). Sum of RGB (Red+Green+Blue) = 187+219+182=588 (77% of max value = 765). Red value is 187 (73.44% from 255 or 31.80% from 588); Green value is 219 (85.94% from 255 or 37.24% from 588); Blue value is 182 (71.48% from 255 or 30.95% from 588); Max value from RGB is 219 - color contains mainly: green. Hex color #BBDBB6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBDBB6 is #442449. Grayscale: #CDCDCD. Windows color (decimal): -4465738 or 11983803. OLE color: 11983803.

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

Color convert

RGB187219182-
CMYK0.1500.170.14
HSL111.89º33.94%78.63%-
HSV(B)111.89º16.89%85.88%-
XYZ54.2764.6153.87-
YUV205.21114.9115.01-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 31.80%
GREEN value IS 219 (85.94% from 255) = 37.24%
BLUE value IS 182 (71.48% from 255) = 30.95%
R=31.80%
G=37.24%
B=30.95%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1872191820.1500.170.14111.8933.9478.63
HexBBDBB6F011E70224f
Octal273333266170211616042117
Binary1011101111011011101101101111010001111011100001000101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBDBB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBDBB6; }

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

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

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

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

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

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

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

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