Shades of Periwinkle #BBCEED
Tints of Periwinkle #BBCEED
RGB
CMYK
RGB Variations
Color information
#BBCEED (or 0xBBCEED) is known color: Periwinkle. HEX triplet: BB, CE and ED. RGB value is (187,206,237). Sum of RGB (Red+Green+Blue) = 187+206+237=630 (83% of max value = 765). Red value is 187 (73.44% from 255 or 29.68% from 630); Green value is 206 (80.86% from 255 or 32.70% from 630); Blue value is 237 (92.97% from 255 or 37.62% from 630); Max value from RGB is 237 - color contains mainly: blue. Hex color #BBCEED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBCEED is #443112. Grayscale: #CBCBCB. Windows color (decimal): -4469011 or 15584955. OLE color: 15584955.
HSL color Cylindrical-coordinate representation of color #BBCEED: hue angle of 217.2º degrees, saturation: 0.58, 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 #BBCEED is Cyan = 0.21, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 187 | 206 | 237 | - |
| CMYK | 0.21 | 0.13 | 0 | 0.07 |
| HSL | 217.2º | 0.58% | 0.83% | - |
| HSV(B) | 217.2º | 0.21% | 0.93% | - |
| XYZ | 57.85 | 60.82 | 88.81 | - |
| YUV | 203.85 | 146.71 | 115.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 206 | 237 | 0.21 | 0.13 | 0 | 0.07 | 217.2 | 0.58 | 0.83 |
| Hex | BB | CE | ED | 15 | D | 0 | 7 | D9 | 3A | 53 |
| Octal | 273 | 316 | 355 | 25 | 15 | 0 | 7 | 331 | 72 | 123 |
| Binary | 10111011 | 11001110 | 11101101 | 10101 | 1101 | 0 | 111 | 11011001 | 111010 | 1010011 |
Color Harmonies of #BBCEED
Complementary color
Monochromatic Colors of #BBCEED
Black with #BBCEED
Text Example
Text Example
White with #BBCEED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBCEED; }
p { color: rgb(187,206,237); }
H1.HeaderClassName
{
color: #BBCEED;
}
.AnyTagClassName
{
color: #BBCEED;
}
</style>
background-color css
<style>
a { background-color: #BBCEED; }
a { background-color: rgb(187,206,237); }
div.DivClassName
{
background-color: #BBCEED;
}
.BgClassName
{
background-color: #BBCEED;
}
</style>
border-color css
<style>
span { border-color: #BBCEED; }
span { border-color: rgb(187,206,237); }
td.TdClassName
{
border-color: #BBCEED;
}
.TagClassName
{
border-color: #BBCEED;
}
</style>