Shades of Periwinkle #BBC3E0
Tints of Periwinkle #BBC3E0
RGB
CMYK
RGB Variations
Color information
#BBC3E0 (or 0xBBC3E0) is known color: Periwinkle. HEX triplet: BB, C3 and E0. RGB value is (187,195,224). Sum of RGB (Red+Green+Blue) = 187+195+224=606 (80% of max value = 765). Red value is 187 (73.44% from 255 or 30.86% from 606); Green value is 195 (76.56% from 255 or 32.18% from 606); Blue value is 224 (87.89% from 255 or 36.96% from 606); Max value from RGB is 224 - color contains mainly: blue. Hex color #BBC3E0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBC3E0 is #443C1F. Grayscale: #C3C3C3. Windows color (decimal): -4471840 or 14730171. OLE color: 14730171.
HSL color Cylindrical-coordinate representation of color #BBC3E0: hue angle of 227.03º degrees, saturation: 0.37, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BBC3E0 is Cyan = 0.17, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 187 | 195 | 224 | - |
| CMYK | 0.17 | 0.13 | 0 | 0.12 |
| HSL | 227.03º | 0.37% | 0.81% | - |
| HSV(B) | 227.03º | 0.17% | 0.88% | - |
| XYZ | 53.46 | 54.98 | 78.31 | - |
| YUV | 195.91 | 143.85 | 121.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 195 | 224 | 0.17 | 0.13 | 0 | 0.12 | 227.03 | 0.37 | 0.81 |
| Hex | BB | C3 | E0 | 11 | D | 0 | C | E3 | 25 | 51 |
| Octal | 273 | 303 | 340 | 21 | 15 | 0 | 14 | 343 | 45 | 121 |
| Binary | 10111011 | 11000011 | 11100000 | 10001 | 1101 | 0 | 1100 | 11100011 | 100101 | 1010001 |
Color Harmonies of #BBC3E0
Complementary color
Monochromatic Colors of #BBC3E0
Black with #BBC3E0
Text Example
Text Example
White with #BBC3E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC3E0; }
p { color: rgb(187,195,224); }
H1.HeaderClassName
{
color: #BBC3E0;
}
.AnyTagClassName
{
color: #BBC3E0;
}
</style>
background-color css
<style>
a { background-color: #BBC3E0; }
a { background-color: rgb(187,195,224); }
div.DivClassName
{
background-color: #BBC3E0;
}
.BgClassName
{
background-color: #BBC3E0;
}
</style>
border-color css
<style>
span { border-color: #BBC3E0; }
span { border-color: rgb(187,195,224); }
td.TdClassName
{
border-color: #BBC3E0;
}
.TagClassName
{
border-color: #BBC3E0;
}
</style>