Shades of Periwinkle #BBC7E0
Tints of Periwinkle #BBC7E0
RGB
CMYK
RGB Variations
Color information
#BBC7E0 (or 0xBBC7E0) is known color: Periwinkle. HEX triplet: BB, C7 and E0. RGB value is (187,199,224). Sum of RGB (Red+Green+Blue) = 187+199+224=610 (80% of max value = 765). Red value is 187 (73.44% from 255 or 30.66% from 610); Green value is 199 (78.12% from 255 or 32.62% from 610); Blue value is 224 (87.89% from 255 or 36.72% from 610); Max value from RGB is 224 - color contains mainly: blue. Hex color #BBC7E0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBC7E0 is #44381F. Grayscale: #C6C6C6. Windows color (decimal): -4470816 or 14731195. OLE color: 14731195.
HSL color Cylindrical-coordinate representation of color #BBC7E0: hue angle of 220.54º 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 #BBC7E0 is Cyan = 0.17, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 187 | 199 | 224 | - |
| CMYK | 0.17 | 0.11 | 0 | 0.12 |
| HSL | 220.54º | 0.37% | 0.81% | - |
| HSV(B) | 220.54º | 0.17% | 0.88% | - |
| XYZ | 54.37 | 56.79 | 78.62 | - |
| YUV | 198.26 | 142.52 | 119.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 199 | 224 | 0.17 | 0.11 | 0 | 0.12 | 220.54 | 0.37 | 0.81 |
| Hex | BB | C7 | E0 | 11 | B | 0 | C | DD | 25 | 51 |
| Octal | 273 | 307 | 340 | 21 | 13 | 0 | 14 | 335 | 45 | 121 |
| Binary | 10111011 | 11000111 | 11100000 | 10001 | 1011 | 0 | 1100 | 11011101 | 100101 | 1010001 |
Color Harmonies of #BBC7E0
Complementary color
Monochromatic Colors of #BBC7E0
Black with #BBC7E0
Text Example
Text Example
White with #BBC7E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC7E0; }
p { color: rgb(187,199,224); }
H1.HeaderClassName
{
color: #BBC7E0;
}
.AnyTagClassName
{
color: #BBC7E0;
}
</style>
background-color css
<style>
a { background-color: #BBC7E0; }
a { background-color: rgb(187,199,224); }
div.DivClassName
{
background-color: #BBC7E0;
}
.BgClassName
{
background-color: #BBC7E0;
}
</style>
border-color css
<style>
span { border-color: #BBC7E0; }
span { border-color: rgb(187,199,224); }
td.TdClassName
{
border-color: #BBC7E0;
}
.TagClassName
{
border-color: #BBC7E0;
}
</style>