Shades of Periwinkle #BDC7E8
Tints of Periwinkle #BDC7E8
RGB
CMYK
RGB Variations
Color information
#BDC7E8 (or 0xBDC7E8) is known color: Periwinkle. HEX triplet: BD, C7 and E8. RGB value is (189,199,232). Sum of RGB (Red+Green+Blue) = 189+199+232=620 (82% of max value = 765). Red value is 189 (74.22% from 255 or 30.48% from 620); Green value is 199 (78.12% from 255 or 32.10% from 620); Blue value is 232 (91.02% from 255 or 37.42% from 620); Max value from RGB is 232 - color contains mainly: blue. Hex color #BDC7E8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDC7E8 is #423817. Grayscale: #C7C7C7. Windows color (decimal): -4339736 or 15255485. OLE color: 15255485.
HSL color Cylindrical-coordinate representation of color #BDC7E8: hue angle of 226.05º 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 #BDC7E8 is Cyan = 0.19, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 189 | 199 | 232 | - |
| CMYK | 0.19 | 0.14 | 0 | 0.09 |
| HSL | 226.05º | 0.48% | 0.83% | - |
| HSV(B) | 226.05º | 0.19% | 0.91% | - |
| XYZ | 55.98 | 57.49 | 84.49 | - |
| YUV | 199.77 | 146.19 | 120.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 199 | 232 | 0.19 | 0.14 | 0 | 0.09 | 226.05 | 0.48 | 0.83 |
| Hex | BD | C7 | E8 | 13 | E | 0 | 9 | E2 | 30 | 53 |
| Octal | 275 | 307 | 350 | 23 | 16 | 0 | 11 | 342 | 60 | 123 |
| Binary | 10111101 | 11000111 | 11101000 | 10011 | 1110 | 0 | 1001 | 11100010 | 110000 | 1010011 |
Color Harmonies of #BDC7E8
Complementary color
Monochromatic Colors of #BDC7E8
Black with #BDC7E8
Text Example
Text Example
White with #BDC7E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC7E8; }
p { color: rgb(189,199,232); }
H1.HeaderClassName
{
color: #BDC7E8;
}
.AnyTagClassName
{
color: #BDC7E8;
}
</style>
background-color css
<style>
a { background-color: #BDC7E8; }
a { background-color: rgb(189,199,232); }
div.DivClassName
{
background-color: #BDC7E8;
}
.BgClassName
{
background-color: #BDC7E8;
}
</style>
border-color css
<style>
span { border-color: #BDC7E8; }
span { border-color: rgb(189,199,232); }
td.TdClassName
{
border-color: #BDC7E8;
}
.TagClassName
{
border-color: #BDC7E8;
}
</style>