Shades of Periwinkle #BBCAFD
Tints of Periwinkle #BBCAFD
RGB
CMYK
RGB Variations
Color information
#BBCAFD (or 0xBBCAFD) is known color: Periwinkle. HEX triplet: BB, CA and FD. RGB value is (187,202,253). Sum of RGB (Red+Green+Blue) = 187+202+253=642 (85% of max value = 765). Red value is 187 (73.44% from 255 or 29.13% from 642); Green value is 202 (79.30% from 255 or 31.46% from 642); Blue value is 253 (99.22% from 255 or 39.41% from 642); Max value from RGB is 253 - color contains mainly: blue. Hex color #BBCAFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBCAFD is #443502. Grayscale: #CBCBCB. Windows color (decimal): -4470019 or 16632507. OLE color: 16632507.
HSL color Cylindrical-coordinate representation of color #BBCAFD: hue angle of 226.36º degrees, saturation: 0.94, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BBCAFD is Cyan = 0.26, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 187 | 202 | 253 | - |
| CMYK | 0.26 | 0.20 | 0 | 0.01 |
| HSL | 226.36º | 0.94% | 0.86% | - |
| HSV(B) | 226.36º | 0.26% | 0.99% | - |
| XYZ | 59.34 | 59.9 | 101.36 | - |
| YUV | 203.33 | 156.03 | 116.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 202 | 253 | 0.26 | 0.20 | 0 | 0.01 | 226.36 | 0.94 | 0.86 |
| Hex | BB | CA | FD | 1A | 14 | 0 | 1 | E2 | 5E | 56 |
| Octal | 273 | 312 | 375 | 32 | 24 | 0 | 1 | 342 | 136 | 126 |
| Binary | 10111011 | 11001010 | 11111101 | 11010 | 10100 | 0 | 1 | 11100010 | 1011110 | 1010110 |
Color Harmonies of #BBCAFD
Complementary color
Monochromatic Colors of #BBCAFD
Black with #BBCAFD
Text Example
Text Example
White with #BBCAFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBCAFD; }
p { color: rgb(187,202,253); }
H1.HeaderClassName
{
color: #BBCAFD;
}
.AnyTagClassName
{
color: #BBCAFD;
}
</style>
background-color css
<style>
a { background-color: #BBCAFD; }
a { background-color: rgb(187,202,253); }
div.DivClassName
{
background-color: #BBCAFD;
}
.BgClassName
{
background-color: #BBCAFD;
}
</style>
border-color css
<style>
span { border-color: #BBCAFD; }
span { border-color: rgb(187,202,253); }
td.TdClassName
{
border-color: #BBCAFD;
}
.TagClassName
{
border-color: #BBCAFD;
}
</style>