Shades of Periwinkle #BBCDE6
Tints of Periwinkle #BBCDE6
RGB
CMYK
RGB Variations
Color information
#BBCDE6 (or 0xBBCDE6) is known color: Periwinkle. HEX triplet: BB, CD and E6. RGB value is (187,205,230). Sum of RGB (Red+Green+Blue) = 187+205+230=622 (82% of max value = 765). Red value is 187 (73.44% from 255 or 30.06% from 622); Green value is 205 (80.47% from 255 or 32.96% from 622); Blue value is 230 (90.23% from 255 or 36.98% from 622); Max value from RGB is 230 - color contains mainly: blue. Hex color #BBCDE6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBCDE6 is #443219. Grayscale: #CACACA. Windows color (decimal): -4469274 or 15125947. OLE color: 15125947.
HSL color Cylindrical-coordinate representation of color #BBCDE6: hue angle of 214.88º degrees, saturation: 0.46, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BBCDE6 is Cyan = 0.19, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 187 | 205 | 230 | - |
| CMYK | 0.19 | 0.11 | 0 | 0.10 |
| HSL | 214.88º | 0.46% | 0.82% | - |
| HSV(B) | 214.88º | 0.19% | 0.9% | - |
| XYZ | 56.61 | 59.94 | 83.45 | - |
| YUV | 202.47 | 143.54 | 116.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 205 | 230 | 0.19 | 0.11 | 0 | 0.10 | 214.88 | 0.46 | 0.82 |
| Hex | BB | CD | E6 | 13 | B | 0 | A | D7 | 2E | 52 |
| Octal | 273 | 315 | 346 | 23 | 13 | 0 | 12 | 327 | 56 | 122 |
| Binary | 10111011 | 11001101 | 11100110 | 10011 | 1011 | 0 | 1010 | 11010111 | 101110 | 1010010 |
Color Harmonies of #BBCDE6
Complementary color
Monochromatic Colors of #BBCDE6
Black with #BBCDE6
Text Example
Text Example
White with #BBCDE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBCDE6; }
p { color: rgb(187,205,230); }
H1.HeaderClassName
{
color: #BBCDE6;
}
.AnyTagClassName
{
color: #BBCDE6;
}
</style>
background-color css
<style>
a { background-color: #BBCDE6; }
a { background-color: rgb(187,205,230); }
div.DivClassName
{
background-color: #BBCDE6;
}
.BgClassName
{
background-color: #BBCDE6;
}
</style>
border-color css
<style>
span { border-color: #BBCDE6; }
span { border-color: rgb(187,205,230); }
td.TdClassName
{
border-color: #BBCDE6;
}
.TagClassName
{
border-color: #BBCDE6;
}
</style>