Shades of Periwinkle #BBC4E7
Tints of Periwinkle #BBC4E7
RGB
CMYK
RGB Variations
Color information
#BBC4E7 (or 0xBBC4E7) is known color: Periwinkle. HEX triplet: BB, C4 and E7. RGB value is (187,196,231). Sum of RGB (Red+Green+Blue) = 187+196+231=614 (81% of max value = 765). Red value is 187 (73.44% from 255 or 30.46% from 614); Green value is 196 (76.95% from 255 or 31.92% from 614); Blue value is 231 (90.62% from 255 or 37.62% from 614); Max value from RGB is 231 - color contains mainly: blue. Hex color #BBC4E7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBC4E7 is #443B18. Grayscale: #C5C5C5. Windows color (decimal): -4471577 or 15189179. OLE color: 15189179.
HSL color Cylindrical-coordinate representation of color #BBC4E7: hue angle of 227.73º degrees, saturation: 0.48, 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 #BBC4E7 is Cyan = 0.19, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 187 | 196 | 231 | - |
| CMYK | 0.19 | 0.15 | 0 | 0.09 |
| HSL | 227.73º | 0.48% | 0.82% | - |
| HSV(B) | 227.73º | 0.19% | 0.91% | - |
| XYZ | 54.66 | 55.81 | 83.49 | - |
| YUV | 197.3 | 147.02 | 120.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 196 | 231 | 0.19 | 0.15 | 0 | 0.09 | 227.73 | 0.48 | 0.82 |
| Hex | BB | C4 | E7 | 13 | F | 0 | 9 | E4 | 30 | 52 |
| Octal | 273 | 304 | 347 | 23 | 17 | 0 | 11 | 344 | 60 | 122 |
| Binary | 10111011 | 11000100 | 11100111 | 10011 | 1111 | 0 | 1001 | 11100100 | 110000 | 1010010 |
Color Harmonies of #BBC4E7
Complementary color
Monochromatic Colors of #BBC4E7
Black with #BBC4E7
Text Example
Text Example
White with #BBC4E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC4E7; }
p { color: rgb(187,196,231); }
H1.HeaderClassName
{
color: #BBC4E7;
}
.AnyTagClassName
{
color: #BBC4E7;
}
</style>
background-color css
<style>
a { background-color: #BBC4E7; }
a { background-color: rgb(187,196,231); }
div.DivClassName
{
background-color: #BBC4E7;
}
.BgClassName
{
background-color: #BBC4E7;
}
</style>
border-color css
<style>
span { border-color: #BBC4E7; }
span { border-color: rgb(187,196,231); }
td.TdClassName
{
border-color: #BBC4E7;
}
.TagClassName
{
border-color: #BBC4E7;
}
</style>