Shades of Periwinkle #BBC3E4
Tints of Periwinkle #BBC3E4
RGB
CMYK
RGB Variations
Color information
#BBC3E4 (or 0xBBC3E4) is known color: Periwinkle. HEX triplet: BB, C3 and E4. RGB value is (187,195,228). Sum of RGB (Red+Green+Blue) = 187+195+228=610 (80% of max value = 765). Red value is 187 (73.44% from 255 or 30.66% from 610); Green value is 195 (76.56% from 255 or 31.97% from 610); Blue value is 228 (89.45% from 255 or 37.38% from 610); Max value from RGB is 228 - color contains mainly: blue. Hex color #BBC3E4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBC3E4 is #443C1B. Grayscale: #C4C4C4. Windows color (decimal): -4471836 or 14992315. OLE color: 14992315.
HSL color Cylindrical-coordinate representation of color #BBC3E4: hue angle of 228.29º degrees, saturation: 0.43, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BBC3E4 is Cyan = 0.18, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 187 | 195 | 228 | - |
| CMYK | 0.18 | 0.14 | 0 | 0.11 |
| HSL | 228.29º | 0.43% | 0.81% | - |
| HSV(B) | 228.29º | 0.18% | 0.89% | - |
| XYZ | 54.01 | 55.2 | 81.21 | - |
| YUV | 196.37 | 145.85 | 121.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 195 | 228 | 0.18 | 0.14 | 0 | 0.11 | 228.29 | 0.43 | 0.81 |
| Hex | BB | C3 | E4 | 12 | E | 0 | B | E4 | 2B | 51 |
| Octal | 273 | 303 | 344 | 22 | 16 | 0 | 13 | 344 | 53 | 121 |
| Binary | 10111011 | 11000011 | 11100100 | 10010 | 1110 | 0 | 1011 | 11100100 | 101011 | 1010001 |
Color Harmonies of #BBC3E4
Complementary color
Monochromatic Colors of #BBC3E4
Black with #BBC3E4
Text Example
Text Example
White with #BBC3E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC3E4; }
p { color: rgb(187,195,228); }
H1.HeaderClassName
{
color: #BBC3E4;
}
.AnyTagClassName
{
color: #BBC3E4;
}
</style>
background-color css
<style>
a { background-color: #BBC3E4; }
a { background-color: rgb(187,195,228); }
div.DivClassName
{
background-color: #BBC3E4;
}
.BgClassName
{
background-color: #BBC3E4;
}
</style>
border-color css
<style>
span { border-color: #BBC3E4; }
span { border-color: rgb(187,195,228); }
td.TdClassName
{
border-color: #BBC3E4;
}
.TagClassName
{
border-color: #BBC3E4;
}
</style>