Shades of Periwinkle #BDC4DE
Tints of Periwinkle #BDC4DE
RGB
CMYK
RGB Variations
Color information
#BDC4DE (or 0xBDC4DE) is known color: Periwinkle. HEX triplet: BD, C4 and DE. RGB value is (189,196,222). Sum of RGB (Red+Green+Blue) = 189+196+222=607 (80% of max value = 765). Red value is 189 (74.22% from 255 or 31.14% from 607); Green value is 196 (76.95% from 255 or 32.29% from 607); Blue value is 222 (87.11% from 255 or 36.57% from 607); Max value from RGB is 222 - color contains mainly: blue. Hex color #BDC4DE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDC4DE is #423B21. Grayscale: #C4C4C4. Windows color (decimal): -4340514 or 14599357. OLE color: 14599357.
HSL color Cylindrical-coordinate representation of color #BDC4DE: hue angle of 227.27º degrees, saturation: 0.33, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BDC4DE is Cyan = 0.15, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 189 | 196 | 222 | - |
| CMYK | 0.15 | 0.12 | 0 | 0.13 |
| HSL | 227.27º | 0.33% | 0.81% | - |
| HSV(B) | 227.27º | 0.15% | 0.87% | - |
| XYZ | 53.91 | 55.57 | 76.99 | - |
| YUV | 196.87 | 142.18 | 122.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 196 | 222 | 0.15 | 0.12 | 0 | 0.13 | 227.27 | 0.33 | 0.81 |
| Hex | BD | C4 | DE | F | C | 0 | D | E3 | 21 | 51 |
| Octal | 275 | 304 | 336 | 17 | 14 | 0 | 15 | 343 | 41 | 121 |
| Binary | 10111101 | 11000100 | 11011110 | 1111 | 1100 | 0 | 1101 | 11100011 | 100001 | 1010001 |
Color Harmonies of #BDC4DE
Complementary color
Monochromatic Colors of #BDC4DE
Black with #BDC4DE
Text Example
Text Example
White with #BDC4DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC4DE; }
p { color: rgb(189,196,222); }
H1.HeaderClassName
{
color: #BDC4DE;
}
.AnyTagClassName
{
color: #BDC4DE;
}
</style>
background-color css
<style>
a { background-color: #BDC4DE; }
a { background-color: rgb(189,196,222); }
div.DivClassName
{
background-color: #BDC4DE;
}
.BgClassName
{
background-color: #BDC4DE;
}
</style>
border-color css
<style>
span { border-color: #BDC4DE; }
span { border-color: rgb(189,196,222); }
td.TdClassName
{
border-color: #BDC4DE;
}
.TagClassName
{
border-color: #BDC4DE;
}
</style>