Shades of Pixie Green #BBCEAF
Tints of Pixie Green #BBCEAF
RGB
CMYK
RGB Variations
Color information
#BBCEAF (or 0xBBCEAF) is known color: Pixie Green. HEX triplet: BB, CE and AF. RGB value is (187,206,175). Sum of RGB (Red+Green+Blue) = 187+206+175=568 (75% of max value = 765). Red value is 187 (73.44% from 255 or 32.92% from 568); Green value is 206 (80.86% from 255 or 36.27% from 568); Blue value is 175 (68.75% from 255 or 30.81% from 568); Max value from RGB is 206 - color contains mainly: green. Hex color #BBCEAF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBCEAF is #443150. Grayscale: #C4C4C4. Windows color (decimal): -4469073 or 11521723. OLE color: 11521723.
HSL color Cylindrical-coordinate representation of color #BBCEAF: hue angle of 96.77º degrees, saturation: 0.24, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BBCEAF is Cyan = 0.09, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 187 | 206 | 175 | - |
| CMYK | 0.09 | 0 | 0.15 | 0.19 |
| HSL | 96.77º | 0.24% | 0.75% | - |
| HSV(B) | 96.77º | 0.15% | 0.81% | - |
| XYZ | 50.3 | 57.8 | 49.06 | - |
| YUV | 196.79 | 115.71 | 121.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 206 | 175 | 0.09 | 0 | 0.15 | 0.19 | 96.77 | 0.24 | 0.75 |
| Hex | BB | CE | AF | 9 | 0 | F | 13 | 61 | 18 | 4B |
| Octal | 273 | 316 | 257 | 11 | 0 | 17 | 23 | 141 | 30 | 113 |
| Binary | 10111011 | 11001110 | 10101111 | 1001 | 0 | 1111 | 10011 | 1100001 | 11000 | 1001011 |
Color Harmonies of #BBCEAF
Complementary color
Monochromatic Colors of #BBCEAF
Black with #BBCEAF
Text Example
Text Example
White with #BBCEAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBCEAF; }
p { color: rgb(187,206,175); }
H1.HeaderClassName
{
color: #BBCEAF;
}
.AnyTagClassName
{
color: #BBCEAF;
}
</style>
background-color css
<style>
a { background-color: #BBCEAF; }
a { background-color: rgb(187,206,175); }
div.DivClassName
{
background-color: #BBCEAF;
}
.BgClassName
{
background-color: #BBCEAF;
}
</style>
border-color css
<style>
span { border-color: #BBCEAF; }
span { border-color: rgb(187,206,175); }
td.TdClassName
{
border-color: #BBCEAF;
}
.TagClassName
{
border-color: #BBCEAF;
}
</style>