#BBC9AE

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

Shades of Pumice #BBC9AE

Tints of Pumice #BBC9AE

Color information

#BBC9AE (or 0xBBC9AE) is unknown color: approx Pumice. HEX triplet: BB, C9 and AE. RGB value is (187,201,174). Sum of RGB (Red+Green+Blue) = 187+201+174=562 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.27% from 562); Green value is 201 (78.91% from 255 or 35.77% from 562); Blue value is 174 (68.36% from 255 or 30.96% from 562); Max value from RGB is 201 - color contains mainly: green. Hex color #BBC9AE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBC9AE is #443651. Grayscale: #C1C1C1. Windows color (decimal): -4470354 or 11454907. OLE color: 11454907.

HSL color Cylindrical-coordinate representation of color #BBC9AE: hue angle of 91.11º 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 #BBC9AE is Cyan = 0.07, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.21.

Color convert

RGB187201174-
CMYK0.0700.130.21
HSL91.11º20%73.53%-
HSV(B)91.11º13.43%78.82%-
XYZ49.0255.3948.15-
YUV193.74116.86123.2-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 33.27%
GREEN value IS 201 (78.91% from 255) = 35.77%
BLUE value IS 174 (68.36% from 255) = 30.96%
R=33.27%
G=35.77%
B=30.96%

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
Decimal1872011740.0700.130.2191.112073.53
HexBBC9AE70D155b144a
Octal27331125670152513324112
Binary10111011110010011010111011101101101011011011101001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBC9AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBC9AE; }

 p { color: rgb(187,201,174); }

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

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

 a { background-color: rgb(187,201,174); }

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

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

 span { border-color: rgb(187,201,174); }

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