Shades of Periwinkle #BBCBFD
Tints of Periwinkle #BBCBFD
RGB
CMYK
RGB Variations
Color information
#BBCBFD (or 0xBBCBFD) is known color: Periwinkle. HEX triplet: BB, CB and FD. RGB value is (187,203,253). Sum of RGB (Red+Green+Blue) = 187+203+253=643 (85% of max value = 765). Red value is 187 (73.44% from 255 or 29.08% from 643); Green value is 203 (79.69% from 255 or 31.57% from 643); Blue value is 253 (99.22% from 255 or 39.35% from 643); Max value from RGB is 253 - color contains mainly: blue. Hex color #BBCBFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBCBFD is #443402. Grayscale: #CBCBCB. Windows color (decimal): -4469763 or 16632763. OLE color: 16632763.
HSL color Cylindrical-coordinate representation of color #BBCBFD: hue angle of 225.45º 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 #BBCBFD is Cyan = 0.26, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 187 | 203 | 253 | - |
| CMYK | 0.26 | 0.20 | 0 | 0.01 |
| HSL | 225.45º | 0.94% | 0.86% | - |
| HSV(B) | 225.45º | 0.26% | 0.99% | - |
| XYZ | 59.58 | 60.37 | 101.44 | - |
| YUV | 203.92 | 155.7 | 115.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 203 | 253 | 0.26 | 0.20 | 0 | 0.01 | 225.45 | 0.94 | 0.86 |
| Hex | BB | CB | FD | 1A | 14 | 0 | 1 | E1 | 5E | 56 |
| Octal | 273 | 313 | 375 | 32 | 24 | 0 | 1 | 341 | 136 | 126 |
| Binary | 10111011 | 11001011 | 11111101 | 11010 | 10100 | 0 | 1 | 11100001 | 1011110 | 1010110 |
Color Harmonies of #BBCBFD
Complementary color
Monochromatic Colors of #BBCBFD
Black with #BBCBFD
Text Example
Text Example
White with #BBCBFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBCBFD; }
p { color: rgb(187,203,253); }
H1.HeaderClassName
{
color: #BBCBFD;
}
.AnyTagClassName
{
color: #BBCBFD;
}
</style>
background-color css
<style>
a { background-color: #BBCBFD; }
a { background-color: rgb(187,203,253); }
div.DivClassName
{
background-color: #BBCBFD;
}
.BgClassName
{
background-color: #BBCBFD;
}
</style>
border-color css
<style>
span { border-color: #BBCBFD; }
span { border-color: rgb(187,203,253); }
td.TdClassName
{
border-color: #BBCBFD;
}
.TagClassName
{
border-color: #BBCBFD;
}
</style>