Shades of Periwinkle #B9CBFB
Tints of Periwinkle #B9CBFB
RGB
CMYK
RGB Variations
Color information
#B9CBFB (or 0xB9CBFB) is known color: Periwinkle. HEX triplet: B9, CB and FB. RGB value is (185,203,251). Sum of RGB (Red+Green+Blue) = 185+203+251=639 (84% of max value = 765). Red value is 185 (72.66% from 255 or 28.95% from 639); Green value is 203 (79.69% from 255 or 31.77% from 639); Blue value is 251 (98.44% from 255 or 39.28% from 639); Max value from RGB is 251 - color contains mainly: blue. Hex color #B9CBFB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B9CBFB is #463404. Grayscale: #CACACA. Windows color (decimal): -4600837 or 16501689. OLE color: 16501689.
HSL color Cylindrical-coordinate representation of color #B9CBFB: hue angle of 223.64º degrees, saturation: 0.89, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B9CBFB is Cyan = 0.26, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 185 | 203 | 251 | - |
| CMYK | 0.26 | 0.19 | 0 | 0.02 |
| HSL | 223.64º | 0.89% | 0.85% | - |
| HSV(B) | 223.64º | 0.26% | 0.98% | - |
| XYZ | 58.78 | 59.99 | 99.75 | - |
| YUV | 203.09 | 155.04 | 115.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 203 | 251 | 0.26 | 0.19 | 0 | 0.02 | 223.64 | 0.89 | 0.85 |
| Hex | B9 | CB | FB | 1A | 13 | 0 | 2 | E0 | 59 | 55 |
| Octal | 271 | 313 | 373 | 32 | 23 | 0 | 2 | 340 | 131 | 125 |
| Binary | 10111001 | 11001011 | 11111011 | 11010 | 10011 | 0 | 10 | 11100000 | 1011001 | 1010101 |
Color Harmonies of #B9CBFB
Complementary color
Monochromatic Colors of #B9CBFB
Black with #B9CBFB
Text Example
Text Example
White with #B9CBFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9CBFB; }
p { color: rgb(185,203,251); }
H1.HeaderClassName
{
color: #B9CBFB;
}
.AnyTagClassName
{
color: #B9CBFB;
}
</style>
background-color css
<style>
a { background-color: #B9CBFB; }
a { background-color: rgb(185,203,251); }
div.DivClassName
{
background-color: #B9CBFB;
}
.BgClassName
{
background-color: #B9CBFB;
}
</style>
border-color css
<style>
span { border-color: #B9CBFB; }
span { border-color: rgb(185,203,251); }
td.TdClassName
{
border-color: #B9CBFB;
}
.TagClassName
{
border-color: #B9CBFB;
}
</style>