Shades of Periwinkle #BDC2E4
Tints of Periwinkle #BDC2E4
RGB
CMYK
RGB Variations
Color information
#BDC2E4 (or 0xBDC2E4) is known color: Periwinkle. HEX triplet: BD, C2 and E4. RGB value is (189,194,228). Sum of RGB (Red+Green+Blue) = 189+194+228=611 (80% of max value = 765). Red value is 189 (74.22% from 255 or 30.93% from 611); Green value is 194 (76.17% from 255 or 31.75% from 611); Blue value is 228 (89.45% from 255 or 37.32% from 611); Max value from RGB is 228 - color contains mainly: blue. Hex color #BDC2E4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDC2E4 is #423D1B. Grayscale: #C4C4C4. Windows color (decimal): -4341020 or 14992061. OLE color: 14992061.
HSL color Cylindrical-coordinate representation of color #BDC2E4: hue angle of 232.31º degrees, saturation: 0.42, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BDC2E4 is Cyan = 0.17, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
RGB | 189 | 194 | 228 | - |
CMYK | 0.17 | 0.15 | 0 | 0.11 |
HSL | 232.31º | 0.42% | 0.82% | - |
HSV(B) | 232.31º | 0.17% | 0.89% | - |
XYZ | 54.28 | 55 | 81.15 | - |
YUV | 196.38 | 145.84 | 122.74 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 189 | 194 | 228 | 0.17 | 0.15 | 0 | 0.11 | 232.31 | 0.42 | 0.82 |
Hex | BD | C2 | E4 | 11 | F | 0 | B | E8 | 2A | 52 |
Octal | 275 | 302 | 344 | 21 | 17 | 0 | 13 | 350 | 52 | 122 |
Binary | 10111101 | 11000010 | 11100100 | 10001 | 1111 | 0 | 1011 | 11101000 | 101010 | 1010010 |
Color Harmonies of #BDC2E4
Complementary color
Monochromatic Colors of #BDC2E4
Black with #BDC2E4
Text Example
Text Example
White with #BDC2E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC2E4; }
p { color: rgb(189,194,228); }
H1.HeaderClassName
{
color: #BDC2E4;
}
.AnyTagClassName
{
color: #BDC2E4;
}
</style>
background-color css
<style>
a { background-color: #BDC2E4; }
a { background-color: rgb(189,194,228); }
div.DivClassName
{
background-color: #BDC2E4;
}
.BgClassName
{
background-color: #BDC2E4;
}
</style>
border-color css
<style>
span { border-color: #BDC2E4; }
span { border-color: rgb(189,194,228); }
td.TdClassName
{
border-color: #BDC2E4;
}
.TagClassName
{
border-color: #BDC2E4;
}
</style>