Shades of Perano #BBC3F5
Tints of Perano #BBC3F5
RGB
CMYK
RGB Variations
Color information
#BBC3F5 (or 0xBBC3F5) is known color: Perano. HEX triplet: BB, C3 and F5. RGB value is (187,195,245). Sum of RGB (Red+Green+Blue) = 187+195+245=627 (83% of max value = 765). Red value is 187 (73.44% from 255 or 29.82% from 627); Green value is 195 (76.56% from 255 or 31.10% from 627); Blue value is 245 (96.09% from 255 or 39.07% from 627); Max value from RGB is 245 - color contains mainly: blue. Hex color #BBC3F5 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBC3F5 is #443C0A. Grayscale: #C6C6C6. Windows color (decimal): -4471819 or 16106427. OLE color: 16106427.
HSL color Cylindrical-coordinate representation of color #BBC3F5: hue angle of 231.72º degrees, saturation: 0.74, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BBC3F5 is Cyan = 0.24, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 187 | 195 | 245 | - |
| CMYK | 0.24 | 0.20 | 0 | 0.04 |
| HSL | 231.72º | 0.74% | 0.85% | - |
| HSV(B) | 231.72º | 0.24% | 0.96% | - |
| XYZ | 56.49 | 56.19 | 94.25 | - |
| YUV | 198.31 | 154.35 | 119.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 195 | 245 | 0.24 | 0.20 | 0 | 0.04 | 231.72 | 0.74 | 0.85 |
| Hex | BB | C3 | F5 | 18 | 14 | 0 | 4 | E8 | 4A | 55 |
| Octal | 273 | 303 | 365 | 30 | 24 | 0 | 4 | 350 | 112 | 125 |
| Binary | 10111011 | 11000011 | 11110101 | 11000 | 10100 | 0 | 100 | 11101000 | 1001010 | 1010101 |
Color Harmonies of #BBC3F5
Complementary color
Monochromatic Colors of #BBC3F5
Black with #BBC3F5
Text Example
Text Example
White with #BBC3F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC3F5; }
p { color: rgb(187,195,245); }
H1.HeaderClassName
{
color: #BBC3F5;
}
.AnyTagClassName
{
color: #BBC3F5;
}
</style>
background-color css
<style>
a { background-color: #BBC3F5; }
a { background-color: rgb(187,195,245); }
div.DivClassName
{
background-color: #BBC3F5;
}
.BgClassName
{
background-color: #BBC3F5;
}
</style>
border-color css
<style>
span { border-color: #BBC3F5; }
span { border-color: rgb(187,195,245); }
td.TdClassName
{
border-color: #BBC3F5;
}
.TagClassName
{
border-color: #BBC3F5;
}
</style>