Shades of Perano #BBC1ED
Tints of Perano #BBC1ED
RGB
CMYK
RGB Variations
Color information
#BBC1ED (or 0xBBC1ED) is known color: Perano. HEX triplet: BB, C1 and ED. RGB value is (187,193,237). Sum of RGB (Red+Green+Blue) = 187+193+237=617 (81% of max value = 765). Red value is 187 (73.44% from 255 or 30.31% from 617); Green value is 193 (75.78% from 255 or 31.28% from 617); Blue value is 237 (92.97% from 255 or 38.41% from 617); Max value from RGB is 237 - color contains mainly: blue. Hex color #BBC1ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBC1ED is #443E12. Grayscale: #C4C4C4. Windows color (decimal): -4472339 or 15581627. OLE color: 15581627.
HSL color Cylindrical-coordinate representation of color #BBC1ED: hue angle of 232.8º degrees, saturation: 0.58, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BBC1ED is Cyan = 0.21, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 187 | 193 | 237 | - |
CMYK | 0.21 | 0.19 | 0 | 0.07 |
HSL | 232.8º | 0.58% | 0.83% | - |
HSV(B) | 232.8º | 0.21% | 0.93% | - |
XYZ | 54.85 | 54.82 | 87.81 | - |
YUV | 196.22 | 151.01 | 121.42 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 187 | 193 | 237 | 0.21 | 0.19 | 0 | 0.07 | 232.8 | 0.58 | 0.83 |
Hex | BB | C1 | ED | 15 | 13 | 0 | 7 | E9 | 3A | 53 |
Octal | 273 | 301 | 355 | 25 | 23 | 0 | 7 | 351 | 72 | 123 |
Binary | 10111011 | 11000001 | 11101101 | 10101 | 10011 | 0 | 111 | 11101001 | 111010 | 1010011 |
Color Harmonies of #BBC1ED
Complementary color
Monochromatic Colors of #BBC1ED
Black with #BBC1ED
Text Example
Text Example
White with #BBC1ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC1ED; }
p { color: rgb(187,193,237); }
H1.HeaderClassName
{
color: #BBC1ED;
}
.AnyTagClassName
{
color: #BBC1ED;
}
</style>
background-color css
<style>
a { background-color: #BBC1ED; }
a { background-color: rgb(187,193,237); }
div.DivClassName
{
background-color: #BBC1ED;
}
.BgClassName
{
background-color: #BBC1ED;
}
</style>
border-color css
<style>
span { border-color: #BBC1ED; }
span { border-color: rgb(187,193,237); }
td.TdClassName
{
border-color: #BBC1ED;
}
.TagClassName
{
border-color: #BBC1ED;
}
</style>