Shades of Periwinkle #B9C5E5
Tints of Periwinkle #B9C5E5
RGB
CMYK
RGB Variations
Color information
#B9C5E5 (or 0xB9C5E5) is known color: Periwinkle. HEX triplet: B9, C5 and E5. RGB value is (185,197,229). Sum of RGB (Red+Green+Blue) = 185+197+229=611 (80% of max value = 765). Red value is 185 (72.66% from 255 or 30.28% from 611); Green value is 197 (77.34% from 255 or 32.24% from 611); Blue value is 229 (89.84% from 255 or 37.48% from 611); Max value from RGB is 229 - color contains mainly: blue. Hex color #B9C5E5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9C5E5 is #463A1A. Grayscale: #C4C4C4. Windows color (decimal): -4602395 or 15058361. OLE color: 15058361.
HSL color Cylindrical-coordinate representation of color #B9C5E5: hue angle of 223.64º degrees, saturation: 0.46, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B9C5E5 is Cyan = 0.19, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
RGB | 185 | 197 | 229 | - |
CMYK | 0.19 | 0.14 | 0 | 0.10 |
HSL | 223.64º | 0.46% | 0.81% | - |
HSV(B) | 223.64º | 0.19% | 0.9% | - |
XYZ | 54.12 | 55.9 | 82.07 | - |
YUV | 197.06 | 146.02 | 119.4 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 185 | 197 | 229 | 0.19 | 0.14 | 0 | 0.10 | 223.64 | 0.46 | 0.81 |
Hex | B9 | C5 | E5 | 13 | E | 0 | A | E0 | 2E | 51 |
Octal | 271 | 305 | 345 | 23 | 16 | 0 | 12 | 340 | 56 | 121 |
Binary | 10111001 | 11000101 | 11100101 | 10011 | 1110 | 0 | 1010 | 11100000 | 101110 | 1010001 |
Color Harmonies of #B9C5E5
Complementary color
Monochromatic Colors of #B9C5E5
Black with #B9C5E5
Text Example
Text Example
White with #B9C5E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9C5E5; }
p { color: rgb(185,197,229); }
H1.HeaderClassName
{
color: #B9C5E5;
}
.AnyTagClassName
{
color: #B9C5E5;
}
</style>
background-color css
<style>
a { background-color: #B9C5E5; }
a { background-color: rgb(185,197,229); }
div.DivClassName
{
background-color: #B9C5E5;
}
.BgClassName
{
background-color: #B9C5E5;
}
</style>
border-color css
<style>
span { border-color: #B9C5E5; }
span { border-color: rgb(185,197,229); }
td.TdClassName
{
border-color: #B9C5E5;
}
.TagClassName
{
border-color: #B9C5E5;
}
</style>