Shades of Periwinkle #BBCCED
Tints of Periwinkle #BBCCED
RGB
CMYK
RGB Variations
Color information
#BBCCED (or 0xBBCCED) is known color: Periwinkle. HEX triplet: BB, CC and ED. RGB value is (187,204,237). Sum of RGB (Red+Green+Blue) = 187+204+237=628 (83% of max value = 765). Red value is 187 (73.44% from 255 or 29.78% from 628); Green value is 204 (80.08% from 255 or 32.48% from 628); Blue value is 237 (92.97% from 255 or 37.74% from 628); Max value from RGB is 237 - color contains mainly: blue. Hex color #BBCCED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBCCED is #443312. Grayscale: #CACACA. Windows color (decimal): -4469523 or 15584443. OLE color: 15584443.
HSL color Cylindrical-coordinate representation of color #BBCCED: hue angle of 219.6º 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 #BBCCED is Cyan = 0.21, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 187 | 204 | 237 | - |
| CMYK | 0.21 | 0.14 | 0 | 0.07 |
| HSL | 219.6º | 0.58% | 0.83% | - |
| HSV(B) | 219.6º | 0.21% | 0.93% | - |
| XYZ | 57.37 | 59.86 | 88.65 | - |
| YUV | 202.68 | 147.37 | 116.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 204 | 237 | 0.21 | 0.14 | 0 | 0.07 | 219.6 | 0.58 | 0.83 |
| Hex | BB | CC | ED | 15 | E | 0 | 7 | DC | 3A | 53 |
| Octal | 273 | 314 | 355 | 25 | 16 | 0 | 7 | 334 | 72 | 123 |
| Binary | 10111011 | 11001100 | 11101101 | 10101 | 1110 | 0 | 111 | 11011100 | 111010 | 1010011 |
Color Harmonies of #BBCCED
Complementary color
Monochromatic Colors of #BBCCED
Black with #BBCCED
Text Example
Text Example
White with #BBCCED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBCCED; }
p { color: rgb(187,204,237); }
H1.HeaderClassName
{
color: #BBCCED;
}
.AnyTagClassName
{
color: #BBCCED;
}
</style>
background-color css
<style>
a { background-color: #BBCCED; }
a { background-color: rgb(187,204,237); }
div.DivClassName
{
background-color: #BBCCED;
}
.BgClassName
{
background-color: #BBCCED;
}
</style>
border-color css
<style>
span { border-color: #BBCCED; }
span { border-color: rgb(187,204,237); }
td.TdClassName
{
border-color: #BBCCED;
}
.TagClassName
{
border-color: #BBCCED;
}
</style>