Shades of Periwinkle #BDCAE8
Tints of Periwinkle #BDCAE8
RGB
CMYK
RGB Variations
Color information
#BDCAE8 (or 0xBDCAE8) is known color: Periwinkle. HEX triplet: BD, CA and E8. RGB value is (189,202,232). Sum of RGB (Red+Green+Blue) = 189+202+232=623 (82% of max value = 765). Red value is 189 (74.22% from 255 or 30.34% from 623); Green value is 202 (79.30% from 255 or 32.42% from 623); Blue value is 232 (91.02% from 255 or 37.24% from 623); Max value from RGB is 232 - color contains mainly: blue. Hex color #BDCAE8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDCAE8 is #423517. Grayscale: #C9C9C9. Windows color (decimal): -4338968 or 15256253. OLE color: 15256253.
HSL color Cylindrical-coordinate representation of color #BDCAE8: hue angle of 221.86º degrees, saturation: 0.48, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BDCAE8 is Cyan = 0.19, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 189 | 202 | 232 | - |
| CMYK | 0.19 | 0.13 | 0 | 0.09 |
| HSL | 221.86º | 0.48% | 0.83% | - |
| HSV(B) | 221.86º | 0.19% | 0.91% | - |
| XYZ | 56.67 | 58.89 | 84.72 | - |
| YUV | 201.53 | 145.19 | 119.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 202 | 232 | 0.19 | 0.13 | 0 | 0.09 | 221.86 | 0.48 | 0.83 |
| Hex | BD | CA | E8 | 13 | D | 0 | 9 | DE | 30 | 53 |
| Octal | 275 | 312 | 350 | 23 | 15 | 0 | 11 | 336 | 60 | 123 |
| Binary | 10111101 | 11001010 | 11101000 | 10011 | 1101 | 0 | 1001 | 11011110 | 110000 | 1010011 |
Color Harmonies of #BDCAE8
Complementary color
Monochromatic Colors of #BDCAE8
Black with #BDCAE8
Text Example
Text Example
White with #BDCAE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDCAE8; }
p { color: rgb(189,202,232); }
H1.HeaderClassName
{
color: #BDCAE8;
}
.AnyTagClassName
{
color: #BDCAE8;
}
</style>
background-color css
<style>
a { background-color: #BDCAE8; }
a { background-color: rgb(189,202,232); }
div.DivClassName
{
background-color: #BDCAE8;
}
.BgClassName
{
background-color: #BDCAE8;
}
</style>
border-color css
<style>
span { border-color: #BDCAE8; }
span { border-color: rgb(189,202,232); }
td.TdClassName
{
border-color: #BDCAE8;
}
.TagClassName
{
border-color: #BDCAE8;
}
</style>