#BBCCB6

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

Shades of Surf Crest #BBCCB6

Tints of Surf Crest #BBCCB6

Color information

#BBCCB6 (or 0xBBCCB6) is unknown color: approx Surf Crest. HEX triplet: BB, CC and B6. RGB value is (187,204,182). Sum of RGB (Red+Green+Blue) = 187+204+182=573 (75% of max value = 765). Red value is 187 (73.44% from 255 or 32.64% from 573); Green value is 204 (80.08% from 255 or 35.60% from 573); Blue value is 182 (71.48% from 255 or 31.76% from 573); Max value from RGB is 204 - color contains mainly: green. Hex color #BBCCB6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBCCB6 is #443349. Grayscale: #C4C4C4. Windows color (decimal): -4469578 or 11979963. OLE color: 11979963.

HSL color Cylindrical-coordinate representation of color #BBCCB6: hue angle of 106.36º degrees, saturation: 0.18, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #BBCCB6 is Cyan = 0.08, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.2.

Color convert

RGB187204182-
CMYK0.0800.110.2
HSL106.36º17.74%75.69%-
HSV(B)106.36º10.78%80%-
XYZ50.5357.1352.62-
YUV196.41119.87121.29-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 32.64%
GREEN value IS 204 (80.08% from 255) = 35.60%
BLUE value IS 182 (71.48% from 255) = 31.76%
R=32.64%
G=35.60%
B=31.76%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1872041820.0800.110.2106.3617.7475.69
HexBBCCB680B146a124c
Octal273314266100132415222114
Binary101110111100110010110110100001011101001101010100101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBCCB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBCCB6; }

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

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

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

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

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

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

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

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