#BBCAAB

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

Shades of Pixie Green #BBCAAB

Tints of Pixie Green #BBCAAB

Color information

#BBCAAB (or 0xBBCAAB) is unknown color: approx Pixie Green. HEX triplet: BB, CA and AB. RGB value is (187,202,171). Sum of RGB (Red+Green+Blue) = 187+202+171=560 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.39% from 560); Green value is 202 (79.30% from 255 or 36.07% from 560); Blue value is 171 (67.19% from 255 or 30.54% from 560); Max value from RGB is 202 - color contains mainly: green. Hex color #BBCAAB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBCAAB is #443554. Grayscale: #C2C2C2. Windows color (decimal): -4470101 or 11258555. OLE color: 11258555.

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

Color convert

RGB187202171-
CMYK0.0700.150.21
HSL89.03º22.63%73.14%-
HSV(B)89.03º15.35%79.22%-
XYZ48.9655.7546.71-
YUV193.98115.03123.02-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 33.39%
GREEN value IS 202 (79.30% from 255) = 36.07%
BLUE value IS 171 (67.19% from 255) = 30.54%
R=33.39%
G=36.07%
B=30.54%

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
Decimal1872021710.0700.150.2189.0322.6373.14
HexBBCAAB70F15591749
Octal27331225370172513127111
Binary10111011110010101010101111101111101011011001101111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBCAAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBCAAB; }

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

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

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

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

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

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

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

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