#BBCAAF

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

Shades of Pumice #BBCAAF

Tints of Pumice #BBCAAF

Color information

#BBCAAF (or 0xBBCAAF) is unknown color: approx Pumice. HEX triplet: BB, CA and AF. RGB value is (187,202,175). Sum of RGB (Red+Green+Blue) = 187+202+175=564 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.16% from 564); Green value is 202 (79.30% from 255 or 35.82% from 564); Blue value is 175 (68.75% from 255 or 31.03% from 564); Max value from RGB is 202 - color contains mainly: green. Hex color #BBCAAF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBCAAF is #443550. Grayscale: #C2C2C2. Windows color (decimal): -4470097 or 11520699. OLE color: 11520699.

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

Color convert

RGB187202175-
CMYK0.0700.130.21
HSL93.33º20.3%73.92%-
HSV(B)93.33º13.37%79.22%-
XYZ49.3555.948.75-
YUV194.44117.03122.7-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 33.16%
GREEN value IS 202 (79.30% from 255) = 35.82%
BLUE value IS 175 (68.75% from 255) = 31.03%
R=33.16%
G=35.82%
B=31.03%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1872021750.0700.130.2193.3320.373.92
HexBBCAAF70D155d144a
Octal27331225770152513524112
Binary10111011110010101010111111101101101011011101101001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBCAAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBCAAF; }

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

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

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

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

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

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

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

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