Shades of Periwinkle #BDC4ED
Tints of Periwinkle #BDC4ED
RGB
CMYK
RGB Variations
Color information
#BDC4ED (or 0xBDC4ED) is known color: Periwinkle. HEX triplet: BD, C4 and ED. RGB value is (189,196,237). Sum of RGB (Red+Green+Blue) = 189+196+237=622 (82% of max value = 765). Red value is 189 (74.22% from 255 or 30.39% from 622); Green value is 196 (76.95% from 255 or 31.51% from 622); Blue value is 237 (92.97% from 255 or 38.10% from 622); Max value from RGB is 237 - color contains mainly: blue. Hex color #BDC4ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDC4ED is #423B12. Grayscale: #C6C6C6. Windows color (decimal): -4340499 or 15582397. OLE color: 15582397.
HSL color Cylindrical-coordinate representation of color #BDC4ED: hue angle of 231.25º degrees, saturation: 0.57, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BDC4ED is Cyan = 0.20, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 189 | 196 | 237 | - |
CMYK | 0.20 | 0.17 | 0 | 0.07 |
HSL | 231.25º | 0.57% | 0.84% | - |
HSV(B) | 231.25º | 0.2% | 0.93% | - |
XYZ | 56.01 | 56.41 | 88.06 | - |
YUV | 198.58 | 149.68 | 121.17 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 189 | 196 | 237 | 0.20 | 0.17 | 0 | 0.07 | 231.25 | 0.57 | 0.84 |
Hex | BD | C4 | ED | 14 | 11 | 0 | 7 | E7 | 39 | 54 |
Octal | 275 | 304 | 355 | 24 | 21 | 0 | 7 | 347 | 71 | 124 |
Binary | 10111101 | 11000100 | 11101101 | 10100 | 10001 | 0 | 111 | 11100111 | 111001 | 1010100 |
Color Harmonies of #BDC4ED
Complementary color
Monochromatic Colors of #BDC4ED
Black with #BDC4ED
Text Example
Text Example
White with #BDC4ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC4ED; }
p { color: rgb(189,196,237); }
H1.HeaderClassName
{
color: #BDC4ED;
}
.AnyTagClassName
{
color: #BDC4ED;
}
</style>
background-color css
<style>
a { background-color: #BDC4ED; }
a { background-color: rgb(189,196,237); }
div.DivClassName
{
background-color: #BDC4ED;
}
.BgClassName
{
background-color: #BDC4ED;
}
</style>
border-color css
<style>
span { border-color: #BDC4ED; }
span { border-color: rgb(189,196,237); }
td.TdClassName
{
border-color: #BDC4ED;
}
.TagClassName
{
border-color: #BDC4ED;
}
</style>