#BBCAAC

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

Shades of Pixie Green #BBCAAC

Tints of Pixie Green #BBCAAC

Color information

#BBCAAC (or 0xBBCAAC) is unknown color: approx Pixie Green. HEX triplet: BB, CA and AC. RGB value is (187,202,172). Sum of RGB (Red+Green+Blue) = 187+202+172=561 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.33% from 561); Green value is 202 (79.30% from 255 or 36.01% from 561); Blue value is 172 (67.58% from 255 or 30.66% from 561); Max value from RGB is 202 - color contains mainly: green. Hex color #BBCAAC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBCAAC is #443553. Grayscale: #C2C2C2. Windows color (decimal): -4470100 or 11324091. OLE color: 11324091.

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

Color convert

RGB187202172-
CMYK0.0700.150.21
HSL90º22.06%73.33%-
HSV(B)90º14.85%79.22%-
XYZ49.0655.7847.21-
YUV194.1115.53122.94-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 33.33%
GREEN value IS 202 (79.30% from 255) = 36.01%
BLUE value IS 172 (67.58% from 255) = 30.66%
R=33.33%
G=36.01%
B=30.66%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1872021720.0700.150.219022.0673.33
HexBBCAAC70F155a1649
Octal27331225470172513226111
Binary10111011110010101010110011101111101011011010101101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBCAAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBCAAC; }

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

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

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

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

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

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

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

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