Shades of Perano #BBC2EC
Tints of Perano #BBC2EC
RGB
CMYK
RGB Variations
Color information
#BBC2EC (or 0xBBC2EC) is known color: Perano. HEX triplet: BB, C2 and EC. RGB value is (187,194,236). Sum of RGB (Red+Green+Blue) = 187+194+236=617 (81% of max value = 765). Red value is 187 (73.44% from 255 or 30.31% from 617); Green value is 194 (76.17% from 255 or 31.44% from 617); Blue value is 236 (92.58% from 255 or 38.25% from 617); Max value from RGB is 236 - color contains mainly: blue. Hex color #BBC2EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBC2EC is #443D13. Grayscale: #C4C4C4. Windows color (decimal): -4472084 or 15516347. OLE color: 15516347.
HSL color Cylindrical-coordinate representation of color #BBC2EC: hue angle of 231.43º degrees, saturation: 0.56, 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 #BBC2EC is Cyan = 0.21, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 187 | 194 | 236 | - |
CMYK | 0.21 | 0.18 | 0 | 0.07 |
HSL | 231.43º | 0.56% | 0.83% | - |
HSV(B) | 231.43º | 0.21% | 0.93% | - |
XYZ | 54.93 | 55.2 | 87.12 | - |
YUV | 196.7 | 150.18 | 121.08 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 187 | 194 | 236 | 0.21 | 0.18 | 0 | 0.07 | 231.43 | 0.56 | 0.83 |
Hex | BB | C2 | EC | 15 | 12 | 0 | 7 | E7 | 38 | 53 |
Octal | 273 | 302 | 354 | 25 | 22 | 0 | 7 | 347 | 70 | 123 |
Binary | 10111011 | 11000010 | 11101100 | 10101 | 10010 | 0 | 111 | 11100111 | 111000 | 1010011 |
Color Harmonies of #BBC2EC
Complementary color
Monochromatic Colors of #BBC2EC
Black with #BBC2EC
Text Example
Text Example
White with #BBC2EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC2EC; }
p { color: rgb(187,194,236); }
H1.HeaderClassName
{
color: #BBC2EC;
}
.AnyTagClassName
{
color: #BBC2EC;
}
</style>
background-color css
<style>
a { background-color: #BBC2EC; }
a { background-color: rgb(187,194,236); }
div.DivClassName
{
background-color: #BBC2EC;
}
.BgClassName
{
background-color: #BBC2EC;
}
</style>
border-color css
<style>
span { border-color: #BBC2EC; }
span { border-color: rgb(187,194,236); }
td.TdClassName
{
border-color: #BBC2EC;
}
.TagClassName
{
border-color: #BBC2EC;
}
</style>