Shades of Periwinkle #B9C2E0
Tints of Periwinkle #B9C2E0
RGB
CMYK
RGB Variations
Color information
#B9C2E0 (or 0xB9C2E0) is known color: Periwinkle. HEX triplet: B9, C2 and E0. RGB value is (185,194,224). Sum of RGB (Red+Green+Blue) = 185+194+224=603 (79% of max value = 765). Red value is 185 (72.66% from 255 or 30.68% from 603); Green value is 194 (76.17% from 255 or 32.17% from 603); Blue value is 224 (87.89% from 255 or 37.15% from 603); Max value from RGB is 224 - color contains mainly: blue. Hex color #B9C2E0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9C2E0 is #463D1F. Grayscale: #C2C2C2. Windows color (decimal): -4603168 or 14729913. OLE color: 14729913.
HSL color Cylindrical-coordinate representation of color #B9C2E0: hue angle of 226.15º degrees, saturation: 0.39, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #B9C2E0 is Cyan = 0.17, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 185 | 194 | 224 | - |
| CMYK | 0.17 | 0.13 | 0 | 0.12 |
| HSL | 226.15º | 0.39% | 0.8% | - |
| HSV(B) | 226.15º | 0.17% | 0.88% | - |
| XYZ | 52.75 | 54.28 | 78.22 | - |
| YUV | 194.73 | 144.52 | 121.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 194 | 224 | 0.17 | 0.13 | 0 | 0.12 | 226.15 | 0.39 | 0.8 |
| Hex | B9 | C2 | E0 | 11 | D | 0 | C | E2 | 27 | 50 |
| Octal | 271 | 302 | 340 | 21 | 15 | 0 | 14 | 342 | 47 | 120 |
| Binary | 10111001 | 11000010 | 11100000 | 10001 | 1101 | 0 | 1100 | 11100010 | 100111 | 1010000 |
Color Harmonies of #B9C2E0
Complementary color
Monochromatic Colors of #B9C2E0
Black with #B9C2E0
Text Example
Text Example
White with #B9C2E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9C2E0; }
p { color: rgb(185,194,224); }
H1.HeaderClassName
{
color: #B9C2E0;
}
.AnyTagClassName
{
color: #B9C2E0;
}
</style>
background-color css
<style>
a { background-color: #B9C2E0; }
a { background-color: rgb(185,194,224); }
div.DivClassName
{
background-color: #B9C2E0;
}
.BgClassName
{
background-color: #B9C2E0;
}
</style>
border-color css
<style>
span { border-color: #B9C2E0; }
span { border-color: rgb(185,194,224); }
td.TdClassName
{
border-color: #B9C2E0;
}
.TagClassName
{
border-color: #B9C2E0;
}
</style>