Shades of Periwinkle #BBCBEE
Tints of Periwinkle #BBCBEE
RGB
CMYK
RGB Variations
Color information
#BBCBEE (or 0xBBCBEE) is known color: Periwinkle. HEX triplet: BB, CB and EE. RGB value is (187,203,238). Sum of RGB (Red+Green+Blue) = 187+203+238=628 (83% of max value = 765). Red value is 187 (73.44% from 255 or 29.78% from 628); Green value is 203 (79.69% from 255 or 32.32% from 628); Blue value is 238 (93.36% from 255 or 37.90% from 628); Max value from RGB is 238 - color contains mainly: blue. Hex color #BBCBEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBCBEE is #443411. Grayscale: #CACACA. Windows color (decimal): -4469778 or 15649723. OLE color: 15649723.
HSL color Cylindrical-coordinate representation of color #BBCBEE: hue angle of 221.18º degrees, saturation: 0.6, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BBCBEE is Cyan = 0.21, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 187 | 203 | 238 | - |
| CMYK | 0.21 | 0.15 | 0 | 0.07 |
| HSL | 221.18º | 0.6% | 0.83% | - |
| HSV(B) | 221.18º | 0.21% | 0.93% | - |
| XYZ | 57.28 | 59.45 | 89.34 | - |
| YUV | 202.21 | 148.2 | 117.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 203 | 238 | 0.21 | 0.15 | 0 | 0.07 | 221.18 | 0.6 | 0.83 |
| Hex | BB | CB | EE | 15 | F | 0 | 7 | DD | 3C | 53 |
| Octal | 273 | 313 | 356 | 25 | 17 | 0 | 7 | 335 | 74 | 123 |
| Binary | 10111011 | 11001011 | 11101110 | 10101 | 1111 | 0 | 111 | 11011101 | 111100 | 1010011 |
Color Harmonies of #BBCBEE
Complementary color
Monochromatic Colors of #BBCBEE
Black with #BBCBEE
Text Example
Text Example
White with #BBCBEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBCBEE; }
p { color: rgb(187,203,238); }
H1.HeaderClassName
{
color: #BBCBEE;
}
.AnyTagClassName
{
color: #BBCBEE;
}
</style>
background-color css
<style>
a { background-color: #BBCBEE; }
a { background-color: rgb(187,203,238); }
div.DivClassName
{
background-color: #BBCBEE;
}
.BgClassName
{
background-color: #BBCBEE;
}
</style>
border-color css
<style>
span { border-color: #BBCBEE; }
span { border-color: rgb(187,203,238); }
td.TdClassName
{
border-color: #BBCBEE;
}
.TagClassName
{
border-color: #BBCBEE;
}
</style>