Shades of Periwinkle #B9CBFF
Tints of Periwinkle #B9CBFF
RGB
CMYK
RGB Variations
Color information
#B9CBFF (or 0xB9CBFF) is known color: Periwinkle. HEX triplet: B9, CB and FF. RGB value is (185,203,255). Sum of RGB (Red+Green+Blue) = 185+203+255=643 (85% of max value = 765). Red value is 185 (72.66% from 255 or 28.77% from 643); Green value is 203 (79.69% from 255 or 31.57% from 643); Blue value is 255 (100% from 255 or 39.66% from 643); Max value from RGB is 255 - color contains mainly: blue. Hex color #B9CBFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B9CBFF is #463400. Grayscale: #CBCBCB. Windows color (decimal): -4600833 or 16763833. OLE color: 16763833.
HSL color Cylindrical-coordinate representation of color #B9CBFF: hue angle of 224.57º degrees, saturation: 1, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B9CBFF is Cyan = 0.27, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 185 | 203 | 255 | - |
| CMYK | 0.27 | 0.20 | 0 | 0 |
| HSL | 224.57º | 1% | 0.86% | - |
| HSV(B) | 224.57º | 0.27% | 1% | - |
| XYZ | 59.41 | 60.25 | 103.11 | - |
| YUV | 203.55 | 157.04 | 114.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 203 | 255 | 0.27 | 0.20 | 0 | 0 | 224.57 | 1 | 0.86 |
| Hex | B9 | CB | FF | 1B | 14 | 0 | 0 | E1 | 64 | 56 |
| Octal | 271 | 313 | 377 | 33 | 24 | 0 | 0 | 341 | 144 | 126 |
| Binary | 10111001 | 11001011 | 11111111 | 11011 | 10100 | 0 | 0 | 11100001 | 1100100 | 1010110 |
Color Harmonies of #B9CBFF
Complementary color
Monochromatic Colors of #B9CBFF
Black with #B9CBFF
Text Example
Text Example
White with #B9CBFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9CBFF; }
p { color: rgb(185,203,255); }
H1.HeaderClassName
{
color: #B9CBFF;
}
.AnyTagClassName
{
color: #B9CBFF;
}
</style>
background-color css
<style>
a { background-color: #B9CBFF; }
a { background-color: rgb(185,203,255); }
div.DivClassName
{
background-color: #B9CBFF;
}
.BgClassName
{
background-color: #B9CBFF;
}
</style>
border-color css
<style>
span { border-color: #B9CBFF; }
span { border-color: rgb(185,203,255); }
td.TdClassName
{
border-color: #B9CBFF;
}
.TagClassName
{
border-color: #B9CBFF;
}
</style>