#BBCBB6

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

Shades of Surf Crest #BBCBB6

Tints of Surf Crest #BBCBB6

Color information

#BBCBB6 (or 0xBBCBB6) is unknown color: approx Surf Crest. HEX triplet: BB, CB and B6. RGB value is (187,203,182). Sum of RGB (Red+Green+Blue) = 187+203+182=572 (75% of max value = 765). Red value is 187 (73.44% from 255 or 32.69% from 572); Green value is 203 (79.69% from 255 or 35.49% from 572); Blue value is 182 (71.48% from 255 or 31.82% from 572); Max value from RGB is 203 - color contains mainly: green. Hex color #BBCBB6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBCBB6 is #443449. Grayscale: #C3C3C3. Windows color (decimal): -4469834 or 11979707. OLE color: 11979707.

HSL color Cylindrical-coordinate representation of color #BBCBB6: hue angle of 105.71º degrees, saturation: 0.17, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #BBCBB6 is Cyan = 0.08, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.20.

Color convert

RGB187203182-
CMYK0.0800.100.20
HSL105.71º16.8%75.49%-
HSV(B)105.71º10.34%79.61%-
XYZ50.2956.6552.54-
YUV195.82120.2121.71-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 32.69%
GREEN value IS 203 (79.69% from 255) = 35.49%
BLUE value IS 182 (71.48% from 255) = 31.82%
R=32.69%
G=35.49%
B=31.82%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1872031820.0800.100.20105.7116.875.49
HexBBCBB680A146a114b
Octal273313266100122415221113
Binary101110111100101110110110100001010101001101010100011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBCBB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBCBB6; }

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

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

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

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

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

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

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

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