Shades of Periwinkle #BDC8E5
Tints of Periwinkle #BDC8E5
RGB
CMYK
RGB Variations
Color information
#BDC8E5 (or 0xBDC8E5) is known color: Periwinkle. HEX triplet: BD, C8 and E5. RGB value is (189,200,229). Sum of RGB (Red+Green+Blue) = 189+200+229=618 (81% of max value = 765). Red value is 189 (74.22% from 255 or 30.58% from 618); Green value is 200 (78.52% from 255 or 32.36% from 618); Blue value is 229 (89.84% from 255 or 37.06% from 618); Max value from RGB is 229 - color contains mainly: blue. Hex color #BDC8E5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDC8E5 is #42371A. Grayscale: #C7C7C7. Windows color (decimal): -4339483 or 15059133. OLE color: 15059133.
HSL color Cylindrical-coordinate representation of color #BDC8E5: hue angle of 223.5º 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 #BDC8E5 is Cyan = 0.17, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 189 | 200 | 229 | - |
| CMYK | 0.17 | 0.13 | 0 | 0.10 |
| HSL | 223.5º | 0.43% | 0.82% | - |
| HSV(B) | 223.5º | 0.17% | 0.9% | - |
| XYZ | 55.78 | 57.78 | 82.34 | - |
| YUV | 200.02 | 144.36 | 120.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 200 | 229 | 0.17 | 0.13 | 0 | 0.10 | 223.5 | 0.43 | 0.82 |
| Hex | BD | C8 | E5 | 11 | D | 0 | A | E0 | 2B | 52 |
| Octal | 275 | 310 | 345 | 21 | 15 | 0 | 12 | 340 | 53 | 122 |
| Binary | 10111101 | 11001000 | 11100101 | 10001 | 1101 | 0 | 1010 | 11100000 | 101011 | 1010010 |
Color Harmonies of #BDC8E5
Complementary color
Monochromatic Colors of #BDC8E5
Black with #BDC8E5
Text Example
Text Example
White with #BDC8E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC8E5; }
p { color: rgb(189,200,229); }
H1.HeaderClassName
{
color: #BDC8E5;
}
.AnyTagClassName
{
color: #BDC8E5;
}
</style>
background-color css
<style>
a { background-color: #BDC8E5; }
a { background-color: rgb(189,200,229); }
div.DivClassName
{
background-color: #BDC8E5;
}
.BgClassName
{
background-color: #BDC8E5;
}
</style>
border-color css
<style>
span { border-color: #BDC8E5; }
span { border-color: rgb(189,200,229); }
td.TdClassName
{
border-color: #BDC8E5;
}
.TagClassName
{
border-color: #BDC8E5;
}
</style>