Shades of Periwinkle #BDC3E5
Tints of Periwinkle #BDC3E5
RGB
CMYK
RGB Variations
Color information
#BDC3E5 (or 0xBDC3E5) is known color: Periwinkle. HEX triplet: BD, C3 and E5. RGB value is (189,195,229). Sum of RGB (Red+Green+Blue) = 189+195+229=613 (81% of max value = 765). Red value is 189 (74.22% from 255 or 30.83% from 613); Green value is 195 (76.56% from 255 or 31.81% from 613); Blue value is 229 (89.84% from 255 or 37.36% from 613); Max value from RGB is 229 - color contains mainly: blue. Hex color #BDC3E5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDC3E5 is #423C1A. Grayscale: #C4C4C4. Windows color (decimal): -4340763 or 15057853. OLE color: 15057853.
HSL color Cylindrical-coordinate representation of color #BDC3E5: hue angle of 231º degrees, saturation: 0.43, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BDC3E5 is Cyan = 0.17, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 189 | 195 | 229 | - |
| CMYK | 0.17 | 0.15 | 0 | 0.10 |
| HSL | 231º | 0.43% | 0.82% | - |
| HSV(B) | 231º | 0.17% | 0.9% | - |
| XYZ | 54.64 | 55.51 | 81.96 | - |
| YUV | 197.08 | 146.01 | 122.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 195 | 229 | 0.17 | 0.15 | 0 | 0.10 | 231 | 0.43 | 0.82 |
| Hex | BD | C3 | E5 | 11 | F | 0 | A | E7 | 2B | 52 |
| Octal | 275 | 303 | 345 | 21 | 17 | 0 | 12 | 347 | 53 | 122 |
| Binary | 10111101 | 11000011 | 11100101 | 10001 | 1111 | 0 | 1010 | 11100111 | 101011 | 1010010 |
Color Harmonies of #BDC3E5
Complementary color
Monochromatic Colors of #BDC3E5
Black with #BDC3E5
Text Example
Text Example
White with #BDC3E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC3E5; }
p { color: rgb(189,195,229); }
H1.HeaderClassName
{
color: #BDC3E5;
}
.AnyTagClassName
{
color: #BDC3E5;
}
</style>
background-color css
<style>
a { background-color: #BDC3E5; }
a { background-color: rgb(189,195,229); }
div.DivClassName
{
background-color: #BDC3E5;
}
.BgClassName
{
background-color: #BDC3E5;
}
</style>
border-color css
<style>
span { border-color: #BDC3E5; }
span { border-color: rgb(189,195,229); }
td.TdClassName
{
border-color: #BDC3E5;
}
.TagClassName
{
border-color: #BDC3E5;
}
</style>