Shades of Periwinkle #BBCAF8
Tints of Periwinkle #BBCAF8
RGB
CMYK
RGB Variations
Color information
#BBCAF8 (or 0xBBCAF8) is known color: Periwinkle. HEX triplet: BB, CA and F8. RGB value is (187,202,248). Sum of RGB (Red+Green+Blue) = 187+202+248=637 (84% of max value = 765). Red value is 187 (73.44% from 255 or 29.36% from 637); Green value is 202 (79.30% from 255 or 31.71% from 637); Blue value is 248 (97.27% from 255 or 38.93% from 637); Max value from RGB is 248 - color contains mainly: blue. Hex color #BBCAF8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBCAF8 is #443507. Grayscale: #CACACA. Windows color (decimal): -4470024 or 16304827. OLE color: 16304827.
HSL color Cylindrical-coordinate representation of color #BBCAF8: hue angle of 225.25º degrees, saturation: 0.81, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BBCAF8 is Cyan = 0.25, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 187 | 202 | 248 | - |
| CMYK | 0.25 | 0.19 | 0 | 0.03 |
| HSL | 225.25º | 0.81% | 0.85% | - |
| HSV(B) | 225.25º | 0.25% | 0.97% | - |
| XYZ | 58.56 | 59.58 | 97.22 | - |
| YUV | 202.76 | 153.53 | 116.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 202 | 248 | 0.25 | 0.19 | 0 | 0.03 | 225.25 | 0.81 | 0.85 |
| Hex | BB | CA | F8 | 19 | 13 | 0 | 3 | E1 | 51 | 55 |
| Octal | 273 | 312 | 370 | 31 | 23 | 0 | 3 | 341 | 121 | 125 |
| Binary | 10111011 | 11001010 | 11111000 | 11001 | 10011 | 0 | 11 | 11100001 | 1010001 | 1010101 |
Color Harmonies of #BBCAF8
Complementary color
Monochromatic Colors of #BBCAF8
Black with #BBCAF8
Text Example
Text Example
White with #BBCAF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBCAF8; }
p { color: rgb(187,202,248); }
H1.HeaderClassName
{
color: #BBCAF8;
}
.AnyTagClassName
{
color: #BBCAF8;
}
</style>
background-color css
<style>
a { background-color: #BBCAF8; }
a { background-color: rgb(187,202,248); }
div.DivClassName
{
background-color: #BBCAF8;
}
.BgClassName
{
background-color: #BBCAF8;
}
</style>
border-color css
<style>
span { border-color: #BBCAF8; }
span { border-color: rgb(187,202,248); }
td.TdClassName
{
border-color: #BBCAF8;
}
.TagClassName
{
border-color: #BBCAF8;
}
</style>