Shades of Periwinkle #BDC7EA
Tints of Periwinkle #BDC7EA
RGB
CMYK
RGB Variations
Color information
#BDC7EA (or 0xBDC7EA) is known color: Periwinkle. HEX triplet: BD, C7 and EA. RGB value is (189,199,234). Sum of RGB (Red+Green+Blue) = 189+199+234=622 (82% of max value = 765). Red value is 189 (74.22% from 255 or 30.39% from 622); Green value is 199 (78.12% from 255 or 31.99% from 622); Blue value is 234 (91.80% from 255 or 37.62% from 622); Max value from RGB is 234 - color contains mainly: blue. Hex color #BDC7EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDC7EA is #423815. Grayscale: #C7C7C7. Windows color (decimal): -4339734 or 15386557. OLE color: 15386557.
HSL color Cylindrical-coordinate representation of color #BDC7EA: hue angle of 226.67º degrees, saturation: 0.52, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BDC7EA is Cyan = 0.19, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 189 | 199 | 234 | - |
| CMYK | 0.19 | 0.15 | 0 | 0.08 |
| HSL | 226.67º | 0.52% | 0.83% | - |
| HSV(B) | 226.67º | 0.19% | 0.92% | - |
| XYZ | 56.26 | 57.61 | 86 | - |
| YUV | 200 | 147.19 | 120.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 199 | 234 | 0.19 | 0.15 | 0 | 0.08 | 226.67 | 0.52 | 0.83 |
| Hex | BD | C7 | EA | 13 | F | 0 | 8 | E3 | 34 | 53 |
| Octal | 275 | 307 | 352 | 23 | 17 | 0 | 10 | 343 | 64 | 123 |
| Binary | 10111101 | 11000111 | 11101010 | 10011 | 1111 | 0 | 1000 | 11100011 | 110100 | 1010011 |
Color Harmonies of #BDC7EA
Complementary color
Monochromatic Colors of #BDC7EA
Black with #BDC7EA
Text Example
Text Example
White with #BDC7EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC7EA; }
p { color: rgb(189,199,234); }
H1.HeaderClassName
{
color: #BDC7EA;
}
.AnyTagClassName
{
color: #BDC7EA;
}
</style>
background-color css
<style>
a { background-color: #BDC7EA; }
a { background-color: rgb(189,199,234); }
div.DivClassName
{
background-color: #BDC7EA;
}
.BgClassName
{
background-color: #BDC7EA;
}
</style>
border-color css
<style>
span { border-color: #BDC7EA; }
span { border-color: rgb(189,199,234); }
td.TdClassName
{
border-color: #BDC7EA;
}
.TagClassName
{
border-color: #BDC7EA;
}
</style>