Shades of Periwinkle #BBCAE3
Tints of Periwinkle #BBCAE3
RGB
CMYK
RGB Variations
Color information
#BBCAE3 (or 0xBBCAE3) is known color: Periwinkle. HEX triplet: BB, CA and E3. RGB value is (187,202,227). Sum of RGB (Red+Green+Blue) = 187+202+227=616 (81% of max value = 765). Red value is 187 (73.44% from 255 or 30.36% from 616); Green value is 202 (79.30% from 255 or 32.79% from 616); Blue value is 227 (89.06% from 255 or 36.85% from 616); Max value from RGB is 227 - color contains mainly: blue. Hex color #BBCAE3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBCAE3 is #44351C. Grayscale: #C8C8C8. Windows color (decimal): -4470045 or 14928571. OLE color: 14928571.
HSL color Cylindrical-coordinate representation of color #BBCAE3: hue angle of 217.5º degrees, saturation: 0.42, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BBCAE3 is Cyan = 0.18, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 187 | 202 | 227 | - |
| CMYK | 0.18 | 0.11 | 0 | 0.11 |
| HSL | 217.5º | 0.42% | 0.81% | - |
| HSV(B) | 217.5º | 0.18% | 0.89% | - |
| XYZ | 55.48 | 58.35 | 81.01 | - |
| YUV | 200.37 | 143.03 | 118.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 202 | 227 | 0.18 | 0.11 | 0 | 0.11 | 217.5 | 0.42 | 0.81 |
| Hex | BB | CA | E3 | 12 | B | 0 | B | DA | 2A | 51 |
| Octal | 273 | 312 | 343 | 22 | 13 | 0 | 13 | 332 | 52 | 121 |
| Binary | 10111011 | 11001010 | 11100011 | 10010 | 1011 | 0 | 1011 | 11011010 | 101010 | 1010001 |
Color Harmonies of #BBCAE3
Complementary color
Monochromatic Colors of #BBCAE3
Black with #BBCAE3
Text Example
Text Example
White with #BBCAE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBCAE3; }
p { color: rgb(187,202,227); }
H1.HeaderClassName
{
color: #BBCAE3;
}
.AnyTagClassName
{
color: #BBCAE3;
}
</style>
background-color css
<style>
a { background-color: #BBCAE3; }
a { background-color: rgb(187,202,227); }
div.DivClassName
{
background-color: #BBCAE3;
}
.BgClassName
{
background-color: #BBCAE3;
}
</style>
border-color css
<style>
span { border-color: #BBCAE3; }
span { border-color: rgb(187,202,227); }
td.TdClassName
{
border-color: #BBCAE3;
}
.TagClassName
{
border-color: #BBCAE3;
}
</style>