Shades of Periwinkle #BDC3DE
Tints of Periwinkle #BDC3DE
RGB
CMYK
RGB Variations
Color information
#BDC3DE (or 0xBDC3DE) is known color: Periwinkle. HEX triplet: BD, C3 and DE. RGB value is (189,195,222). Sum of RGB (Red+Green+Blue) = 189+195+222=606 (80% of max value = 765). Red value is 189 (74.22% from 255 or 31.19% from 606); Green value is 195 (76.56% from 255 or 32.18% from 606); Blue value is 222 (87.11% from 255 or 36.63% from 606); Max value from RGB is 222 - color contains mainly: blue. Hex color #BDC3DE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDC3DE is #423C21. Grayscale: #C4C4C4. Windows color (decimal): -4340770 or 14599101. OLE color: 14599101.
HSL color Cylindrical-coordinate representation of color #BDC3DE: hue angle of 229.09º 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 #BDC3DE is Cyan = 0.15, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 189 | 195 | 222 | - |
| CMYK | 0.15 | 0.12 | 0 | 0.13 |
| HSL | 229.09º | 0.33% | 0.81% | - |
| HSV(B) | 229.09º | 0.15% | 0.87% | - |
| XYZ | 53.69 | 55.12 | 76.92 | - |
| YUV | 196.28 | 142.51 | 122.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 195 | 222 | 0.15 | 0.12 | 0 | 0.13 | 229.09 | 0.33 | 0.81 |
| Hex | BD | C3 | DE | F | C | 0 | D | E5 | 21 | 51 |
| Octal | 275 | 303 | 336 | 17 | 14 | 0 | 15 | 345 | 41 | 121 |
| Binary | 10111101 | 11000011 | 11011110 | 1111 | 1100 | 0 | 1101 | 11100101 | 100001 | 1010001 |
Color Harmonies of #BDC3DE
Complementary color
Monochromatic Colors of #BDC3DE
Black with #BDC3DE
Text Example
Text Example
White with #BDC3DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC3DE; }
p { color: rgb(189,195,222); }
H1.HeaderClassName
{
color: #BDC3DE;
}
.AnyTagClassName
{
color: #BDC3DE;
}
</style>
background-color css
<style>
a { background-color: #BDC3DE; }
a { background-color: rgb(189,195,222); }
div.DivClassName
{
background-color: #BDC3DE;
}
.BgClassName
{
background-color: #BDC3DE;
}
</style>
border-color css
<style>
span { border-color: #BDC3DE; }
span { border-color: rgb(189,195,222); }
td.TdClassName
{
border-color: #BDC3DE;
}
.TagClassName
{
border-color: #BDC3DE;
}
</style>