#BBCAB6

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

Shades of Surf Crest #BBCAB6

Tints of Surf Crest #BBCAB6

Color information

#BBCAB6 (or 0xBBCAB6) is unknown color: approx Surf Crest. HEX triplet: BB, CA and B6. RGB value is (187,202,182). Sum of RGB (Red+Green+Blue) = 187+202+182=571 (75% of max value = 765). Red value is 187 (73.44% from 255 or 32.75% from 571); Green value is 202 (79.30% from 255 or 35.38% from 571); Blue value is 182 (71.48% from 255 or 31.87% from 571); Max value from RGB is 202 - color contains mainly: green. Hex color #BBCAB6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBCAB6 is #443549. Grayscale: #C3C3C3. Windows color (decimal): -4470090 or 11979451. OLE color: 11979451.

HSL color Cylindrical-coordinate representation of color #BBCAB6: hue angle of 105º degrees, saturation: 0.16, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #BBCAB6 is Cyan = 0.07, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.21.

Color convert

RGB187202182-
CMYK0.0700.100.21
HSL105º15.87%75.29%-
HSV(B)105º9.9%79.22%-
XYZ50.0656.1852.46-
YUV195.24120.53122.13-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 32.75%
GREEN value IS 202 (79.30% from 255) = 35.38%
BLUE value IS 182 (71.48% from 255) = 31.87%
R=32.75%
G=35.38%
B=31.87%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1872021820.0700.100.2110515.8775.29
HexBBCAB670A1569104b
Octal27331226670122515120113
Binary10111011110010101011011011101010101011101001100001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBCAB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBCAB6; }

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

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

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

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

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

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

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

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