Shades of Perano #BBB9F3
Tints of Perano #BBB9F3
RGB
CMYK
RGB Variations
Color information
#BBB9F3 (or 0xBBB9F3) is known color: Perano. HEX triplet: BB, B9 and F3. RGB value is (187,185,243). Sum of RGB (Red+Green+Blue) = 187+185+243=615 (81% of max value = 765). Red value is 187 (73.44% from 255 or 30.41% from 615); Green value is 185 (72.66% from 255 or 30.08% from 615); Blue value is 243 (95.31% from 255 or 39.51% from 615); Max value from RGB is 243 - color contains mainly: blue. Hex color #BBB9F3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBB9F3 is #44460C. Grayscale: #BFBFBF. Windows color (decimal): -4474381 or 15972795. OLE color: 15972795.
HSL color Cylindrical-coordinate representation of color #BBB9F3: hue angle of 242.07º degrees, saturation: 0.71, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BBB9F3 is Cyan = 0.23, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 187 | 185 | 243 | - |
| CMYK | 0.23 | 0.24 | 0 | 0.05 |
| HSL | 242.07º | 0.71% | 0.84% | - |
| HSV(B) | 242.07º | 0.24% | 0.95% | - |
| XYZ | 54.02 | 51.73 | 91.93 | - |
| YUV | 192.21 | 156.66 | 124.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 185 | 243 | 0.23 | 0.24 | 0 | 0.05 | 242.07 | 0.71 | 0.84 |
| Hex | BB | B9 | F3 | 17 | 18 | 0 | 5 | F2 | 47 | 54 |
| Octal | 273 | 271 | 363 | 27 | 30 | 0 | 5 | 362 | 107 | 124 |
| Binary | 10111011 | 10111001 | 11110011 | 10111 | 11000 | 0 | 101 | 11110010 | 1000111 | 1010100 |
Color Harmonies of #BBB9F3
Complementary color
Monochromatic Colors of #BBB9F3
Black with #BBB9F3
Text Example
Text Example
White with #BBB9F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBB9F3; }
p { color: rgb(187,185,243); }
H1.HeaderClassName
{
color: #BBB9F3;
}
.AnyTagClassName
{
color: #BBB9F3;
}
</style>
background-color css
<style>
a { background-color: #BBB9F3; }
a { background-color: rgb(187,185,243); }
div.DivClassName
{
background-color: #BBB9F3;
}
.BgClassName
{
background-color: #BBB9F3;
}
</style>
border-color css
<style>
span { border-color: #BBB9F3; }
span { border-color: rgb(187,185,243); }
td.TdClassName
{
border-color: #BBB9F3;
}
.TagClassName
{
border-color: #BBB9F3;
}
</style>