Shades of Perano #BBC2ED
Tints of Perano #BBC2ED
RGB
CMYK
RGB Variations
Color information
#BBC2ED (or 0xBBC2ED) is known color: Perano. HEX triplet: BB, C2 and ED. RGB value is (187,194,237). Sum of RGB (Red+Green+Blue) = 187+194+237=618 (81% of max value = 765). Red value is 187 (73.44% from 255 or 30.26% from 618); Green value is 194 (76.17% from 255 or 31.39% from 618); Blue value is 237 (92.97% from 255 or 38.35% from 618); Max value from RGB is 237 - color contains mainly: blue. Hex color #BBC2ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBC2ED is #443D12. Grayscale: #C4C4C4. Windows color (decimal): -4472083 or 15581883. OLE color: 15581883.
HSL color Cylindrical-coordinate representation of color #BBC2ED: hue angle of 231.6º 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 #BBC2ED is Cyan = 0.21, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 187 | 194 | 237 | - |
| CMYK | 0.21 | 0.18 | 0 | 0.07 |
| HSL | 231.6º | 0.58% | 0.83% | - |
| HSV(B) | 231.6º | 0.21% | 0.93% | - |
| XYZ | 55.07 | 55.26 | 87.88 | - |
| YUV | 196.81 | 150.68 | 121 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 194 | 237 | 0.21 | 0.18 | 0 | 0.07 | 231.6 | 0.58 | 0.83 |
| Hex | BB | C2 | ED | 15 | 12 | 0 | 7 | E8 | 3A | 53 |
| Octal | 273 | 302 | 355 | 25 | 22 | 0 | 7 | 350 | 72 | 123 |
| Binary | 10111011 | 11000010 | 11101101 | 10101 | 10010 | 0 | 111 | 11101000 | 111010 | 1010011 |
Color Harmonies of #BBC2ED
Complementary color
Monochromatic Colors of #BBC2ED
Black with #BBC2ED
Text Example
Text Example
White with #BBC2ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC2ED; }
p { color: rgb(187,194,237); }
H1.HeaderClassName
{
color: #BBC2ED;
}
.AnyTagClassName
{
color: #BBC2ED;
}
</style>
background-color css
<style>
a { background-color: #BBC2ED; }
a { background-color: rgb(187,194,237); }
div.DivClassName
{
background-color: #BBC2ED;
}
.BgClassName
{
background-color: #BBC2ED;
}
</style>
border-color css
<style>
span { border-color: #BBC2ED; }
span { border-color: rgb(187,194,237); }
td.TdClassName
{
border-color: #BBC2ED;
}
.TagClassName
{
border-color: #BBC2ED;
}
</style>