#BBCCAB

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

Shades of Pixie Green #BBCCAB

Tints of Pixie Green #BBCCAB

Color information

#BBCCAB (or 0xBBCCAB) is unknown color: approx Pixie Green. HEX triplet: BB, CC and AB. RGB value is (187,204,171). Sum of RGB (Red+Green+Blue) = 187+204+171=562 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.27% from 562); Green value is 204 (80.08% from 255 or 36.30% from 562); Blue value is 171 (67.19% from 255 or 30.43% from 562); Max value from RGB is 204 - color contains mainly: green. Hex color #BBCCAB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBCCAB is #443354. Grayscale: #C3C3C3. Windows color (decimal): -4469589 or 11259067. OLE color: 11259067.

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

Color convert

RGB187204171-
CMYK0.0800.160.2
HSL90.91º24.44%73.53%-
HSV(B)90.91º16.18%80%-
XYZ49.4456.6946.86-
YUV195.16114.37122.18-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 33.27%
GREEN value IS 204 (80.08% from 255) = 36.30%
BLUE value IS 171 (67.19% from 255) = 30.43%
R=33.27%
G=36.30%
B=30.43%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1872041710.0800.160.290.9124.4473.53
HexBBCCAB8010145b184a
Octal273314253100202413330112
Binary1011101111001100101010111000010000101001011011110001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBCCAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBCCAB; }

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

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

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

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

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

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

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

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