Shades of Periwinkle #BBCEEE
Tints of Periwinkle #BBCEEE
RGB
CMYK
RGB Variations
Color information
#BBCEEE (or 0xBBCEEE) is known color: Periwinkle. HEX triplet: BB, CE and EE. RGB value is (187,206,238). Sum of RGB (Red+Green+Blue) = 187+206+238=631 (83% of max value = 765). Red value is 187 (73.44% from 255 or 29.64% from 631); Green value is 206 (80.86% from 255 or 32.65% from 631); Blue value is 238 (93.36% from 255 or 37.72% from 631); Max value from RGB is 238 - color contains mainly: blue. Hex color #BBCEEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBCEEE is #443111. Grayscale: #CBCBCB. Windows color (decimal): -4469010 or 15650491. OLE color: 15650491.
HSL color Cylindrical-coordinate representation of color #BBCEEE: hue angle of 217.65º 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 #BBCEEE is Cyan = 0.21, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 187 | 206 | 238 | - |
| CMYK | 0.21 | 0.13 | 0 | 0.07 |
| HSL | 217.65º | 0.6% | 0.83% | - |
| HSV(B) | 217.65º | 0.21% | 0.93% | - |
| XYZ | 58 | 60.88 | 89.58 | - |
| YUV | 203.97 | 147.21 | 115.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 206 | 238 | 0.21 | 0.13 | 0 | 0.07 | 217.65 | 0.6 | 0.83 |
| Hex | BB | CE | EE | 15 | D | 0 | 7 | DA | 3C | 53 |
| Octal | 273 | 316 | 356 | 25 | 15 | 0 | 7 | 332 | 74 | 123 |
| Binary | 10111011 | 11001110 | 11101110 | 10101 | 1101 | 0 | 111 | 11011010 | 111100 | 1010011 |
Color Harmonies of #BBCEEE
Complementary color
Monochromatic Colors of #BBCEEE
Black with #BBCEEE
Text Example
Text Example
White with #BBCEEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBCEEE; }
p { color: rgb(187,206,238); }
H1.HeaderClassName
{
color: #BBCEEE;
}
.AnyTagClassName
{
color: #BBCEEE;
}
</style>
background-color css
<style>
a { background-color: #BBCEEE; }
a { background-color: rgb(187,206,238); }
div.DivClassName
{
background-color: #BBCEEE;
}
.BgClassName
{
background-color: #BBCEEE;
}
</style>
border-color css
<style>
span { border-color: #BBCEEE; }
span { border-color: rgb(187,206,238); }
td.TdClassName
{
border-color: #BBCEEE;
}
.TagClassName
{
border-color: #BBCEEE;
}
</style>