Shades of Periwinkle #BDC1E8
Tints of Periwinkle #BDC1E8
RGB
CMYK
RGB Variations
Color information
#BDC1E8 (or 0xBDC1E8) is known color: Periwinkle. HEX triplet: BD, C1 and E8. RGB value is (189,193,232). Sum of RGB (Red+Green+Blue) = 189+193+232=614 (81% of max value = 765). Red value is 189 (74.22% from 255 or 30.78% from 614); Green value is 193 (75.78% from 255 or 31.43% from 614); Blue value is 232 (91.02% from 255 or 37.79% from 614); Max value from RGB is 232 - color contains mainly: blue. Hex color #BDC1E8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDC1E8 is #423E17. Grayscale: #C4C4C4. Windows color (decimal): -4341272 or 15253949. OLE color: 15253949.
HSL color Cylindrical-coordinate representation of color #BDC1E8: hue angle of 234.42º degrees, saturation: 0.48, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BDC1E8 is Cyan = 0.19, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 189 | 193 | 232 | - |
| CMYK | 0.19 | 0.17 | 0 | 0.09 |
| HSL | 234.42º | 0.48% | 0.83% | - |
| HSV(B) | 234.42º | 0.19% | 0.91% | - |
| XYZ | 54.62 | 54.78 | 84.04 | - |
| YUV | 196.25 | 148.17 | 122.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 193 | 232 | 0.19 | 0.17 | 0 | 0.09 | 234.42 | 0.48 | 0.83 |
| Hex | BD | C1 | E8 | 13 | 11 | 0 | 9 | EA | 30 | 53 |
| Octal | 275 | 301 | 350 | 23 | 21 | 0 | 11 | 352 | 60 | 123 |
| Binary | 10111101 | 11000001 | 11101000 | 10011 | 10001 | 0 | 1001 | 11101010 | 110000 | 1010011 |
Color Harmonies of #BDC1E8
Complementary color
Monochromatic Colors of #BDC1E8
Black with #BDC1E8
Text Example
Text Example
White with #BDC1E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC1E8; }
p { color: rgb(189,193,232); }
H1.HeaderClassName
{
color: #BDC1E8;
}
.AnyTagClassName
{
color: #BDC1E8;
}
</style>
background-color css
<style>
a { background-color: #BDC1E8; }
a { background-color: rgb(189,193,232); }
div.DivClassName
{
background-color: #BDC1E8;
}
.BgClassName
{
background-color: #BDC1E8;
}
</style>
border-color css
<style>
span { border-color: #BDC1E8; }
span { border-color: rgb(189,193,232); }
td.TdClassName
{
border-color: #BDC1E8;
}
.TagClassName
{
border-color: #BDC1E8;
}
</style>