#BBCAAE

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

Shades of Pixie Green #BBCAAE

Tints of Pixie Green #BBCAAE

Color information

#BBCAAE (or 0xBBCAAE) is unknown color: approx Pixie Green. HEX triplet: BB, CA and AE. RGB value is (187,202,174). Sum of RGB (Red+Green+Blue) = 187+202+174=563 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.21% from 563); Green value is 202 (79.30% from 255 or 35.88% from 563); Blue value is 174 (68.36% from 255 or 30.91% from 563); Max value from RGB is 202 - color contains mainly: green. Hex color #BBCAAE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBCAAE is #443551. Grayscale: #C2C2C2. Windows color (decimal): -4470098 or 11455163. OLE color: 11455163.

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

Color convert

RGB187202174-
CMYK0.0700.140.21
HSL92.14º20.9%73.73%-
HSV(B)92.14º13.86%79.22%-
XYZ49.2555.8648.23-
YUV194.32116.53122.78-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 33.21%
GREEN value IS 202 (79.30% from 255) = 35.88%
BLUE value IS 174 (68.36% from 255) = 30.91%
R=33.21%
G=35.88%
B=30.91%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1872021740.0700.140.2192.1420.973.73
HexBBCAAE70E155c154a
Octal27331225670162513425112
Binary10111011110010101010111011101110101011011100101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBCAAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBCAAE; }

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

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

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

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

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

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

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

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