Shades of Periwinkle #BBCBE8
Tints of Periwinkle #BBCBE8
RGB
CMYK
RGB Variations
Color information
#BBCBE8 (or 0xBBCBE8) is known color: Periwinkle. HEX triplet: BB, CB and E8. RGB value is (187,203,232). Sum of RGB (Red+Green+Blue) = 187+203+232=622 (82% of max value = 765). Red value is 187 (73.44% from 255 or 30.06% from 622); Green value is 203 (79.69% from 255 or 32.64% from 622); Blue value is 232 (91.02% from 255 or 37.30% from 622); Max value from RGB is 232 - color contains mainly: blue. Hex color #BBCBE8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBCBE8 is #443417. Grayscale: #C9C9C9. Windows color (decimal): -4469784 or 15256507. OLE color: 15256507.
HSL color Cylindrical-coordinate representation of color #BBCBE8: hue angle of 218.67º 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 #BBCBE8 is Cyan = 0.19, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 187 | 203 | 232 | - |
| CMYK | 0.19 | 0.12 | 0 | 0.09 |
| HSL | 218.67º | 0.49% | 0.82% | - |
| HSV(B) | 218.67º | 0.19% | 0.91% | - |
| XYZ | 56.41 | 59.1 | 84.78 | - |
| YUV | 201.52 | 145.2 | 117.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 203 | 232 | 0.19 | 0.12 | 0 | 0.09 | 218.67 | 0.49 | 0.82 |
| Hex | BB | CB | E8 | 13 | C | 0 | 9 | DB | 31 | 52 |
| Octal | 273 | 313 | 350 | 23 | 14 | 0 | 11 | 333 | 61 | 122 |
| Binary | 10111011 | 11001011 | 11101000 | 10011 | 1100 | 0 | 1001 | 11011011 | 110001 | 1010010 |
Color Harmonies of #BBCBE8
Complementary color
Monochromatic Colors of #BBCBE8
Black with #BBCBE8
Text Example
Text Example
White with #BBCBE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBCBE8; }
p { color: rgb(187,203,232); }
H1.HeaderClassName
{
color: #BBCBE8;
}
.AnyTagClassName
{
color: #BBCBE8;
}
</style>
background-color css
<style>
a { background-color: #BBCBE8; }
a { background-color: rgb(187,203,232); }
div.DivClassName
{
background-color: #BBCBE8;
}
.BgClassName
{
background-color: #BBCBE8;
}
</style>
border-color css
<style>
span { border-color: #BBCBE8; }
span { border-color: rgb(187,203,232); }
td.TdClassName
{
border-color: #BBCBE8;
}
.TagClassName
{
border-color: #BBCBE8;
}
</style>