Shades of Periwinkle #BDC1E5
Tints of Periwinkle #BDC1E5
RGB
CMYK
RGB Variations
Color information
#BDC1E5 (or 0xBDC1E5) is known color: Periwinkle. HEX triplet: BD, C1 and E5. RGB value is (189,193,229). Sum of RGB (Red+Green+Blue) = 189+193+229=611 (80% of max value = 765). Red value is 189 (74.22% from 255 or 30.93% from 611); Green value is 193 (75.78% from 255 or 31.59% from 611); Blue value is 229 (89.84% from 255 or 37.48% from 611); Max value from RGB is 229 - color contains mainly: blue. Hex color #BDC1E5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDC1E5 is #423E1A. Grayscale: #C3C3C3. Windows color (decimal): -4341275 or 15057341. OLE color: 15057341.
HSL color Cylindrical-coordinate representation of color #BDC1E5: hue angle of 234º 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 #BDC1E5 is Cyan = 0.17, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 189 | 193 | 229 | - |
| CMYK | 0.17 | 0.16 | 0 | 0.10 |
| HSL | 234º | 0.43% | 0.82% | - |
| HSV(B) | 234º | 0.17% | 0.9% | - |
| XYZ | 54.2 | 54.62 | 81.81 | - |
| YUV | 195.91 | 146.67 | 123.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 193 | 229 | 0.17 | 0.16 | 0 | 0.10 | 234 | 0.43 | 0.82 |
| Hex | BD | C1 | E5 | 11 | 10 | 0 | A | EA | 2B | 52 |
| Octal | 275 | 301 | 345 | 21 | 20 | 0 | 12 | 352 | 53 | 122 |
| Binary | 10111101 | 11000001 | 11100101 | 10001 | 10000 | 0 | 1010 | 11101010 | 101011 | 1010010 |
Color Harmonies of #BDC1E5
Complementary color
Monochromatic Colors of #BDC1E5
Black with #BDC1E5
Text Example
Text Example
White with #BDC1E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC1E5; }
p { color: rgb(189,193,229); }
H1.HeaderClassName
{
color: #BDC1E5;
}
.AnyTagClassName
{
color: #BDC1E5;
}
</style>
background-color css
<style>
a { background-color: #BDC1E5; }
a { background-color: rgb(189,193,229); }
div.DivClassName
{
background-color: #BDC1E5;
}
.BgClassName
{
background-color: #BDC1E5;
}
</style>
border-color css
<style>
span { border-color: #BDC1E5; }
span { border-color: rgb(189,193,229); }
td.TdClassName
{
border-color: #BDC1E5;
}
.TagClassName
{
border-color: #BDC1E5;
}
</style>