Shades of Pixie Green #BBCBA6
Tints of Pixie Green #BBCBA6
RGB
CMYK
RGB Variations
Color information
#BBCBA6 (or 0xBBCBA6) is known color: Pixie Green. HEX triplet: BB, CB and A6. RGB value is (187,203,166). Sum of RGB (Red+Green+Blue) = 187+203+166=556 (73% of max value = 765). Red value is 187 (73.44% from 255 or 33.63% from 556); Green value is 203 (79.69% from 255 or 36.51% from 556); Blue value is 166 (65.23% from 255 or 29.86% from 556); Max value from RGB is 203 - color contains mainly: green. Hex color #BBCBA6 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBCBA6 is #443459. Grayscale: #C2C2C2. Windows color (decimal): -4469850 or 10931131. OLE color: 10931131.
HSL color Cylindrical-coordinate representation of color #BBCBA6: hue angle of 85.95º degrees, saturation: 0.26, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BBCBA6 is Cyan = 0.08, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.20.
Color convert
RGB | 187 | 203 | 166 | - |
CMYK | 0.08 | 0 | 0.18 | 0.20 |
HSL | 85.95º | 0.26% | 0.72% | - |
HSV(B) | 85.95º | 0.18% | 0.8% | - |
XYZ | 48.73 | 56.03 | 44.32 | - |
YUV | 194 | 112.2 | 123.01 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 187 | 203 | 166 | 0.08 | 0 | 0.18 | 0.20 | 85.95 | 0.26 | 0.72 |
Hex | BB | CB | A6 | 8 | 0 | 12 | 14 | 56 | 1A | 48 |
Octal | 273 | 313 | 246 | 10 | 0 | 22 | 24 | 126 | 32 | 110 |
Binary | 10111011 | 11001011 | 10100110 | 1000 | 0 | 10010 | 10100 | 1010110 | 11010 | 1001000 |
Color Harmonies of #BBCBA6
Complementary color
Monochromatic Colors of #BBCBA6
Black with #BBCBA6
Text Example
Text Example
White with #BBCBA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBCBA6; }
p { color: rgb(187,203,166); }
H1.HeaderClassName
{
color: #BBCBA6;
}
.AnyTagClassName
{
color: #BBCBA6;
}
</style>
background-color css
<style>
a { background-color: #BBCBA6; }
a { background-color: rgb(187,203,166); }
div.DivClassName
{
background-color: #BBCBA6;
}
.BgClassName
{
background-color: #BBCBA6;
}
</style>
border-color css
<style>
span { border-color: #BBCBA6; }
span { border-color: rgb(187,203,166); }
td.TdClassName
{
border-color: #BBCBA6;
}
.TagClassName
{
border-color: #BBCBA6;
}
</style>