Shades of Perano #BBBFE8
Tints of Perano #BBBFE8
RGB
CMYK
RGB Variations
Color information
#BBBFE8 (or 0xBBBFE8) is known color: Perano. HEX triplet: BB, BF and E8. RGB value is (187,191,232). Sum of RGB (Red+Green+Blue) = 187+191+232=610 (80% of max value = 765). Red value is 187 (73.44% from 255 or 30.66% from 610); Green value is 191 (75% from 255 or 31.31% from 610); Blue value is 232 (91.02% from 255 or 38.03% from 610); Max value from RGB is 232 - color contains mainly: blue. Hex color #BBBFE8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBBFE8 is #444017. Grayscale: #C2C2C2. Windows color (decimal): -4472856 or 15253435. OLE color: 15253435.
HSL color Cylindrical-coordinate representation of color #BBBFE8: hue angle of 234.67º degrees, saturation: 0.49, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BBBFE8 is Cyan = 0.19, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 187 | 191 | 232 | - |
| CMYK | 0.19 | 0.18 | 0 | 0.09 |
| HSL | 234.67º | 0.49% | 0.82% | - |
| HSV(B) | 234.67º | 0.19% | 0.91% | - |
| XYZ | 53.69 | 53.65 | 83.87 | - |
| YUV | 194.48 | 149.17 | 122.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 191 | 232 | 0.19 | 0.18 | 0 | 0.09 | 234.67 | 0.49 | 0.82 |
| Hex | BB | BF | E8 | 13 | 12 | 0 | 9 | EB | 31 | 52 |
| Octal | 273 | 277 | 350 | 23 | 22 | 0 | 11 | 353 | 61 | 122 |
| Binary | 10111011 | 10111111 | 11101000 | 10011 | 10010 | 0 | 1001 | 11101011 | 110001 | 1010010 |
Color Harmonies of #BBBFE8
Complementary color
Monochromatic Colors of #BBBFE8
Black with #BBBFE8
Text Example
Text Example
White with #BBBFE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBBFE8; }
p { color: rgb(187,191,232); }
H1.HeaderClassName
{
color: #BBBFE8;
}
.AnyTagClassName
{
color: #BBBFE8;
}
</style>
background-color css
<style>
a { background-color: #BBBFE8; }
a { background-color: rgb(187,191,232); }
div.DivClassName
{
background-color: #BBBFE8;
}
.BgClassName
{
background-color: #BBBFE8;
}
</style>
border-color css
<style>
span { border-color: #BBBFE8; }
span { border-color: rgb(187,191,232); }
td.TdClassName
{
border-color: #BBBFE8;
}
.TagClassName
{
border-color: #BBBFE8;
}
</style>