#BBCCB4

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

Shades of Surf Crest #BBCCB4

Tints of Surf Crest #BBCCB4

Color information

#BBCCB4 (or 0xBBCCB4) is unknown color: approx Surf Crest. HEX triplet: BB, CC and B4. RGB value is (187,204,180). Sum of RGB (Red+Green+Blue) = 187+204+180=571 (75% of max value = 765). Red value is 187 (73.44% from 255 or 32.75% from 571); Green value is 204 (80.08% from 255 or 35.73% from 571); Blue value is 180 (70.70% from 255 or 31.52% from 571); Max value from RGB is 204 - color contains mainly: green. Hex color #BBCCB4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBCCB4 is #44334B. Grayscale: #C4C4C4. Windows color (decimal): -4469580 or 11848891. OLE color: 11848891.

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

Color convert

RGB187204180-
CMYK0.0800.120.2
HSL102.5º19.05%75.29%-
HSV(B)102.5º11.76%80%-
XYZ50.3257.0551.54-
YUV196.18118.87121.45-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 32.75%
GREEN value IS 204 (80.08% from 255) = 35.73%
BLUE value IS 180 (70.70% from 255) = 31.52%
R=32.75%
G=35.73%
B=31.52%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1872041800.0800.120.2102.519.0575.29
HexBBCCB480C1466134b
Octal273314264100142414623113
Binary101110111100110010110100100001100101001100110100111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBCCB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBCCB4; }

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

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

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

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

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

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

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

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