Shades of Periwinkle #BBCBE4
Tints of Periwinkle #BBCBE4
RGB
CMYK
RGB Variations
Color information
#BBCBE4 (or 0xBBCBE4) is known color: Periwinkle. HEX triplet: BB, CB and E4. RGB value is (187,203,228). Sum of RGB (Red+Green+Blue) = 187+203+228=618 (81% of max value = 765). Red value is 187 (73.44% from 255 or 30.26% from 618); Green value is 203 (79.69% from 255 or 32.85% from 618); Blue value is 228 (89.45% from 255 or 36.89% from 618); Max value from RGB is 228 - color contains mainly: blue. Hex color #BBCBE4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBCBE4 is #44341B. Grayscale: #C8C8C8. Windows color (decimal): -4469788 or 14994363. OLE color: 14994363.
HSL color Cylindrical-coordinate representation of color #BBCBE4: hue angle of 216.59º 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 #BBCBE4 is Cyan = 0.18, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 187 | 203 | 228 | - |
| CMYK | 0.18 | 0.11 | 0 | 0.11 |
| HSL | 216.59º | 0.43% | 0.81% | - |
| HSV(B) | 216.59º | 0.18% | 0.89% | - |
| XYZ | 55.85 | 58.88 | 81.82 | - |
| YUV | 201.07 | 143.2 | 117.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 203 | 228 | 0.18 | 0.11 | 0 | 0.11 | 216.59 | 0.43 | 0.81 |
| Hex | BB | CB | E4 | 12 | B | 0 | B | D9 | 2B | 51 |
| Octal | 273 | 313 | 344 | 22 | 13 | 0 | 13 | 331 | 53 | 121 |
| Binary | 10111011 | 11001011 | 11100100 | 10010 | 1011 | 0 | 1011 | 11011001 | 101011 | 1010001 |
Color Harmonies of #BBCBE4
Complementary color
Monochromatic Colors of #BBCBE4
Black with #BBCBE4
Text Example
Text Example
White with #BBCBE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBCBE4; }
p { color: rgb(187,203,228); }
H1.HeaderClassName
{
color: #BBCBE4;
}
.AnyTagClassName
{
color: #BBCBE4;
}
</style>
background-color css
<style>
a { background-color: #BBCBE4; }
a { background-color: rgb(187,203,228); }
div.DivClassName
{
background-color: #BBCBE4;
}
.BgClassName
{
background-color: #BBCBE4;
}
</style>
border-color css
<style>
span { border-color: #BBCBE4; }
span { border-color: rgb(187,203,228); }
td.TdClassName
{
border-color: #BBCBE4;
}
.TagClassName
{
border-color: #BBCBE4;
}
</style>