Shades of Periwinkle #BDC5E5
Tints of Periwinkle #BDC5E5
RGB
CMYK
RGB Variations
Color information
#BDC5E5 (or 0xBDC5E5) is known color: Periwinkle. HEX triplet: BD, C5 and E5. RGB value is (189,197,229). Sum of RGB (Red+Green+Blue) = 189+197+229=615 (81% of max value = 765). Red value is 189 (74.22% from 255 or 30.73% from 615); Green value is 197 (77.34% from 255 or 32.03% from 615); Blue value is 229 (89.84% from 255 or 37.24% from 615); Max value from RGB is 229 - color contains mainly: blue. Hex color #BDC5E5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDC5E5 is #423A1A. Grayscale: #C6C6C6. Windows color (decimal): -4340251 or 15058365. OLE color: 15058365.
HSL color Cylindrical-coordinate representation of color #BDC5E5: hue angle of 228º 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 #BDC5E5 is Cyan = 0.17, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
RGB | 189 | 197 | 229 | - |
CMYK | 0.17 | 0.14 | 0 | 0.10 |
HSL | 228º | 0.43% | 0.82% | - |
HSV(B) | 228º | 0.17% | 0.9% | - |
XYZ | 55.1 | 56.41 | 82.11 | - |
YUV | 198.26 | 145.35 | 121.4 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 189 | 197 | 229 | 0.17 | 0.14 | 0 | 0.10 | 228 | 0.43 | 0.82 |
Hex | BD | C5 | E5 | 11 | E | 0 | A | E4 | 2B | 52 |
Octal | 275 | 305 | 345 | 21 | 16 | 0 | 12 | 344 | 53 | 122 |
Binary | 10111101 | 11000101 | 11100101 | 10001 | 1110 | 0 | 1010 | 11100100 | 101011 | 1010010 |
Color Harmonies of #BDC5E5
Complementary color
Monochromatic Colors of #BDC5E5
Black with #BDC5E5
Text Example
Text Example
White with #BDC5E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC5E5; }
p { color: rgb(189,197,229); }
H1.HeaderClassName
{
color: #BDC5E5;
}
.AnyTagClassName
{
color: #BDC5E5;
}
</style>
background-color css
<style>
a { background-color: #BDC5E5; }
a { background-color: rgb(189,197,229); }
div.DivClassName
{
background-color: #BDC5E5;
}
.BgClassName
{
background-color: #BDC5E5;
}
</style>
border-color css
<style>
span { border-color: #BDC5E5; }
span { border-color: rgb(189,197,229); }
td.TdClassName
{
border-color: #BDC5E5;
}
.TagClassName
{
border-color: #BDC5E5;
}
</style>