Shades of Periwinkle #BBC7E8
Tints of Periwinkle #BBC7E8
RGB
CMYK
RGB Variations
Color information
#BBC7E8 (or 0xBBC7E8) is known color: Periwinkle. HEX triplet: BB, C7 and E8. RGB value is (187,199,232). Sum of RGB (Red+Green+Blue) = 187+199+232=618 (81% of max value = 765). Red value is 187 (73.44% from 255 or 30.26% from 618); Green value is 199 (78.12% from 255 or 32.20% from 618); Blue value is 232 (91.02% from 255 or 37.54% from 618); Max value from RGB is 232 - color contains mainly: blue. Hex color #BBC7E8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBC7E8 is #443817. Grayscale: #C7C7C7. Windows color (decimal): -4470808 or 15255483. OLE color: 15255483.
HSL color Cylindrical-coordinate representation of color #BBC7E8: hue angle of 224º degrees, saturation: 0.49, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BBC7E8 is Cyan = 0.19, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 187 | 199 | 232 | - |
| CMYK | 0.19 | 0.14 | 0 | 0.09 |
| HSL | 224º | 0.49% | 0.82% | - |
| HSV(B) | 224º | 0.19% | 0.91% | - |
| XYZ | 55.48 | 57.24 | 84.47 | - |
| YUV | 199.17 | 146.52 | 119.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 199 | 232 | 0.19 | 0.14 | 0 | 0.09 | 224 | 0.49 | 0.82 |
| Hex | BB | C7 | E8 | 13 | E | 0 | 9 | E0 | 31 | 52 |
| Octal | 273 | 307 | 350 | 23 | 16 | 0 | 11 | 340 | 61 | 122 |
| Binary | 10111011 | 11000111 | 11101000 | 10011 | 1110 | 0 | 1001 | 11100000 | 110001 | 1010010 |
Color Harmonies of #BBC7E8
Complementary color
Monochromatic Colors of #BBC7E8
Black with #BBC7E8
Text Example
Text Example
White with #BBC7E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC7E8; }
p { color: rgb(187,199,232); }
H1.HeaderClassName
{
color: #BBC7E8;
}
.AnyTagClassName
{
color: #BBC7E8;
}
</style>
background-color css
<style>
a { background-color: #BBC7E8; }
a { background-color: rgb(187,199,232); }
div.DivClassName
{
background-color: #BBC7E8;
}
.BgClassName
{
background-color: #BBC7E8;
}
</style>
border-color css
<style>
span { border-color: #BBC7E8; }
span { border-color: rgb(187,199,232); }
td.TdClassName
{
border-color: #BBC7E8;
}
.TagClassName
{
border-color: #BBC7E8;
}
</style>