Shades of Periwinkle #BDC2E1
Tints of Periwinkle #BDC2E1
RGB
CMYK
RGB Variations
Color information
#BDC2E1 (or 0xBDC2E1) is known color: Periwinkle. HEX triplet: BD, C2 and E1. RGB value is (189,194,225). Sum of RGB (Red+Green+Blue) = 189+194+225=608 (80% of max value = 765). Red value is 189 (74.22% from 255 or 31.09% from 608); Green value is 194 (76.17% from 255 or 31.91% from 608); Blue value is 225 (88.28% from 255 or 37.01% from 608); Max value from RGB is 225 - color contains mainly: blue. Hex color #BDC2E1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDC2E1 is #423D1E. Grayscale: #C3C3C3. Windows color (decimal): -4341023 or 14795453. OLE color: 14795453.
HSL color Cylindrical-coordinate representation of color #BDC2E1: hue angle of 231.67º degrees, saturation: 0.38, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BDC2E1 is Cyan = 0.16, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 189 | 194 | 225 | - |
| CMYK | 0.16 | 0.14 | 0 | 0.12 |
| HSL | 231.67º | 0.38% | 0.81% | - |
| HSV(B) | 231.67º | 0.16% | 0.88% | - |
| XYZ | 53.87 | 54.84 | 78.98 | - |
| YUV | 196.04 | 144.34 | 122.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 194 | 225 | 0.16 | 0.14 | 0 | 0.12 | 231.67 | 0.38 | 0.81 |
| Hex | BD | C2 | E1 | 10 | E | 0 | C | E8 | 26 | 51 |
| Octal | 275 | 302 | 341 | 20 | 16 | 0 | 14 | 350 | 46 | 121 |
| Binary | 10111101 | 11000010 | 11100001 | 10000 | 1110 | 0 | 1100 | 11101000 | 100110 | 1010001 |
Color Harmonies of #BDC2E1
Complementary color
Monochromatic Colors of #BDC2E1
Black with #BDC2E1
Text Example
Text Example
White with #BDC2E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC2E1; }
p { color: rgb(189,194,225); }
H1.HeaderClassName
{
color: #BDC2E1;
}
.AnyTagClassName
{
color: #BDC2E1;
}
</style>
background-color css
<style>
a { background-color: #BDC2E1; }
a { background-color: rgb(189,194,225); }
div.DivClassName
{
background-color: #BDC2E1;
}
.BgClassName
{
background-color: #BDC2E1;
}
</style>
border-color css
<style>
span { border-color: #BDC2E1; }
span { border-color: rgb(189,194,225); }
td.TdClassName
{
border-color: #BDC2E1;
}
.TagClassName
{
border-color: #BDC2E1;
}
</style>