#BBCAB2

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

Shades of Pumice #BBCAB2

Tints of Pumice #BBCAB2

Color information

#BBCAB2 (or 0xBBCAB2) is unknown color: approx Pumice. HEX triplet: BB, CA and B2. RGB value is (187,202,178). Sum of RGB (Red+Green+Blue) = 187+202+178=567 (75% of max value = 765). Red value is 187 (73.44% from 255 or 32.98% from 567); Green value is 202 (79.30% from 255 or 35.63% from 567); Blue value is 178 (69.92% from 255 or 31.39% from 567); Max value from RGB is 202 - color contains mainly: green. Hex color #BBCAB2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBCAB2 is #44354D. Grayscale: #C2C2C2. Windows color (decimal): -4470094 or 11717307. OLE color: 11717307.

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

Color convert

RGB187202178-
CMYK0.0700.120.21
HSL97.5º18.46%74.51%-
HSV(B)97.5º11.88%79.22%-
XYZ49.6556.0250.32-
YUV194.78118.53122.45-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 32.98%
GREEN value IS 202 (79.30% from 255) = 35.63%
BLUE value IS 178 (69.92% from 255) = 31.39%
R=32.98%
G=35.63%
B=31.39%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1872021780.0700.120.2197.518.4674.51
HexBBCAB270C1561124b
Octal27331226270142514122113
Binary10111011110010101011001011101100101011100001100101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBCAB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBCAB2; }

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

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

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

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

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

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

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

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