Shades of Periwinkle #BDC7E5
Tints of Periwinkle #BDC7E5
RGB
CMYK
RGB Variations
Color information
#BDC7E5 (or 0xBDC7E5) is known color: Periwinkle. HEX triplet: BD, C7 and E5. RGB value is (189,199,229). Sum of RGB (Red+Green+Blue) = 189+199+229=617 (81% of max value = 765). Red value is 189 (74.22% from 255 or 30.63% from 617); Green value is 199 (78.12% from 255 or 32.25% from 617); Blue value is 229 (89.84% from 255 or 37.12% from 617); Max value from RGB is 229 - color contains mainly: blue. Hex color #BDC7E5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDC7E5 is #42381A. Grayscale: #C7C7C7. Windows color (decimal): -4339739 or 15058877. OLE color: 15058877.
HSL color Cylindrical-coordinate representation of color #BDC7E5: hue angle of 225º 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 #BDC7E5 is Cyan = 0.17, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
RGB | 189 | 199 | 229 | - |
CMYK | 0.17 | 0.13 | 0 | 0.10 |
HSL | 225º | 0.43% | 0.82% | - |
HSV(B) | 225º | 0.17% | 0.9% | - |
XYZ | 55.55 | 57.32 | 82.27 | - |
YUV | 199.43 | 144.69 | 120.56 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 189 | 199 | 229 | 0.17 | 0.13 | 0 | 0.10 | 225 | 0.43 | 0.82 |
Hex | BD | C7 | E5 | 11 | D | 0 | A | E1 | 2B | 52 |
Octal | 275 | 307 | 345 | 21 | 15 | 0 | 12 | 341 | 53 | 122 |
Binary | 10111101 | 11000111 | 11100101 | 10001 | 1101 | 0 | 1010 | 11100001 | 101011 | 1010010 |
Color Harmonies of #BDC7E5
Complementary color
Monochromatic Colors of #BDC7E5
Black with #BDC7E5
Text Example
Text Example
White with #BDC7E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC7E5; }
p { color: rgb(189,199,229); }
H1.HeaderClassName
{
color: #BDC7E5;
}
.AnyTagClassName
{
color: #BDC7E5;
}
</style>
background-color css
<style>
a { background-color: #BDC7E5; }
a { background-color: rgb(189,199,229); }
div.DivClassName
{
background-color: #BDC7E5;
}
.BgClassName
{
background-color: #BDC7E5;
}
</style>
border-color css
<style>
span { border-color: #BDC7E5; }
span { border-color: rgb(189,199,229); }
td.TdClassName
{
border-color: #BDC7E5;
}
.TagClassName
{
border-color: #BDC7E5;
}
</style>