Shades of Periwinkle #BBCBE3
Tints of Periwinkle #BBCBE3
RGB
CMYK
RGB Variations
Color information
#BBCBE3 (or 0xBBCBE3) is known color: Periwinkle. HEX triplet: BB, CB and E3. RGB value is (187,203,227). Sum of RGB (Red+Green+Blue) = 187+203+227=617 (81% of max value = 765). Red value is 187 (73.44% from 255 or 30.31% from 617); Green value is 203 (79.69% from 255 or 32.90% from 617); Blue value is 227 (89.06% from 255 or 36.79% from 617); Max value from RGB is 227 - color contains mainly: blue. Hex color #BBCBE3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBCBE3 is #44341C. Grayscale: #C8C8C8. Windows color (decimal): -4469789 or 14928827. OLE color: 14928827.
HSL color Cylindrical-coordinate representation of color #BBCBE3: hue angle of 216º degrees, saturation: 0.42, 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 #BBCBE3 is Cyan = 0.18, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 187 | 203 | 227 | - |
| CMYK | 0.18 | 0.11 | 0 | 0.11 |
| HSL | 216º | 0.42% | 0.81% | - |
| HSV(B) | 216º | 0.18% | 0.89% | - |
| XYZ | 55.71 | 58.82 | 81.09 | - |
| YUV | 200.95 | 142.7 | 118.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 203 | 227 | 0.18 | 0.11 | 0 | 0.11 | 216 | 0.42 | 0.81 |
| Hex | BB | CB | E3 | 12 | B | 0 | B | D8 | 2A | 51 |
| Octal | 273 | 313 | 343 | 22 | 13 | 0 | 13 | 330 | 52 | 121 |
| Binary | 10111011 | 11001011 | 11100011 | 10010 | 1011 | 0 | 1011 | 11011000 | 101010 | 1010001 |
Color Harmonies of #BBCBE3
Complementary color
Monochromatic Colors of #BBCBE3
Black with #BBCBE3
Text Example
Text Example
White with #BBCBE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBCBE3; }
p { color: rgb(187,203,227); }
H1.HeaderClassName
{
color: #BBCBE3;
}
.AnyTagClassName
{
color: #BBCBE3;
}
</style>
background-color css
<style>
a { background-color: #BBCBE3; }
a { background-color: rgb(187,203,227); }
div.DivClassName
{
background-color: #BBCBE3;
}
.BgClassName
{
background-color: #BBCBE3;
}
</style>
border-color css
<style>
span { border-color: #BBCBE3; }
span { border-color: rgb(187,203,227); }
td.TdClassName
{
border-color: #BBCBE3;
}
.TagClassName
{
border-color: #BBCBE3;
}
</style>