#BBCBB4

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

Shades of Surf Crest #BBCBB4

Tints of Surf Crest #BBCBB4

Color information

#BBCBB4 (or 0xBBCBB4) is unknown color: approx Surf Crest. HEX triplet: BB, CB and B4. RGB value is (187,203,180). Sum of RGB (Red+Green+Blue) = 187+203+180=570 (75% of max value = 765). Red value is 187 (73.44% from 255 or 32.81% from 570); Green value is 203 (79.69% from 255 or 35.61% from 570); Blue value is 180 (70.70% from 255 or 31.58% from 570); Max value from RGB is 203 - color contains mainly: green. Hex color #BBCBB4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBCBB4 is #44344B. Grayscale: #C3C3C3. Windows color (decimal): -4469836 or 11848635. OLE color: 11848635.

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

Color convert

RGB187203180-
CMYK0.0800.110.20
HSL101.74º18.11%75.1%-
HSV(B)101.74º11.33%79.61%-
XYZ50.0956.5751.46-
YUV195.59119.2121.87-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 32.81%
GREEN value IS 203 (79.69% from 255) = 35.61%
BLUE value IS 180 (70.70% from 255) = 31.58%
R=32.81%
G=35.61%
B=31.58%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1872031800.0800.110.20101.7418.1175.1
HexBBCBB480B1466124b
Octal273313264100132414622113
Binary101110111100101110110100100001011101001100110100101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBCBB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBCBB4; }

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

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

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

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

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

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

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

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