Shades of Periwinkle #BDC7E6
Tints of Periwinkle #BDC7E6
RGB
CMYK
RGB Variations
Color information
#BDC7E6 (or 0xBDC7E6) is known color: Periwinkle. HEX triplet: BD, C7 and E6. RGB value is (189,199,230). Sum of RGB (Red+Green+Blue) = 189+199+230=618 (81% of max value = 765). Red value is 189 (74.22% from 255 or 30.58% from 618); Green value is 199 (78.12% from 255 or 32.20% from 618); Blue value is 230 (90.23% from 255 or 37.22% from 618); Max value from RGB is 230 - color contains mainly: blue. Hex color #BDC7E6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDC7E6 is #423819. Grayscale: #C7C7C7. Windows color (decimal): -4339738 or 15124413. OLE color: 15124413.
HSL color Cylindrical-coordinate representation of color #BDC7E6: hue angle of 225.37º degrees, saturation: 0.45, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BDC7E6 is Cyan = 0.18, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 189 | 199 | 230 | - |
| CMYK | 0.18 | 0.13 | 0 | 0.10 |
| HSL | 225.37º | 0.45% | 0.82% | - |
| HSV(B) | 225.37º | 0.18% | 0.9% | - |
| XYZ | 55.69 | 57.38 | 83 | - |
| YUV | 199.54 | 145.19 | 120.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 199 | 230 | 0.18 | 0.13 | 0 | 0.10 | 225.37 | 0.45 | 0.82 |
| Hex | BD | C7 | E6 | 12 | D | 0 | A | E1 | 2D | 52 |
| Octal | 275 | 307 | 346 | 22 | 15 | 0 | 12 | 341 | 55 | 122 |
| Binary | 10111101 | 11000111 | 11100110 | 10010 | 1101 | 0 | 1010 | 11100001 | 101101 | 1010010 |
Color Harmonies of #BDC7E6
Complementary color
Monochromatic Colors of #BDC7E6
Black with #BDC7E6
Text Example
Text Example
White with #BDC7E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC7E6; }
p { color: rgb(189,199,230); }
H1.HeaderClassName
{
color: #BDC7E6;
}
.AnyTagClassName
{
color: #BDC7E6;
}
</style>
background-color css
<style>
a { background-color: #BDC7E6; }
a { background-color: rgb(189,199,230); }
div.DivClassName
{
background-color: #BDC7E6;
}
.BgClassName
{
background-color: #BDC7E6;
}
</style>
border-color css
<style>
span { border-color: #BDC7E6; }
span { border-color: rgb(189,199,230); }
td.TdClassName
{
border-color: #BDC7E6;
}
.TagClassName
{
border-color: #BDC7E6;
}
</style>