Shades of Periwinkle #BDC6EB
Tints of Periwinkle #BDC6EB
RGB
CMYK
RGB Variations
Color information
#BDC6EB (or 0xBDC6EB) is known color: Periwinkle. HEX triplet: BD, C6 and EB. RGB value is (189,198,235). Sum of RGB (Red+Green+Blue) = 189+198+235=622 (82% of max value = 765). Red value is 189 (74.22% from 255 or 30.39% from 622); Green value is 198 (77.73% from 255 or 31.83% from 622); Blue value is 235 (92.19% from 255 or 37.78% from 622); Max value from RGB is 235 - color contains mainly: blue. Hex color #BDC6EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDC6EB is #423914. Grayscale: #C7C7C7. Windows color (decimal): -4339989 or 15451837. OLE color: 15451837.
HSL color Cylindrical-coordinate representation of color #BDC6EB: hue angle of 228.26º degrees, saturation: 0.53, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BDC6EB is Cyan = 0.20, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 189 | 198 | 235 | - |
| CMYK | 0.20 | 0.16 | 0 | 0.08 |
| HSL | 228.26º | 0.53% | 0.83% | - |
| HSV(B) | 228.26º | 0.2% | 0.92% | - |
| XYZ | 56.18 | 57.21 | 86.68 | - |
| YUV | 199.53 | 148.02 | 120.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 198 | 235 | 0.20 | 0.16 | 0 | 0.08 | 228.26 | 0.53 | 0.83 |
| Hex | BD | C6 | EB | 14 | 10 | 0 | 8 | E4 | 35 | 53 |
| Octal | 275 | 306 | 353 | 24 | 20 | 0 | 10 | 344 | 65 | 123 |
| Binary | 10111101 | 11000110 | 11101011 | 10100 | 10000 | 0 | 1000 | 11100100 | 110101 | 1010011 |
Color Harmonies of #BDC6EB
Complementary color
Monochromatic Colors of #BDC6EB
Black with #BDC6EB
Text Example
Text Example
White with #BDC6EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC6EB; }
p { color: rgb(189,198,235); }
H1.HeaderClassName
{
color: #BDC6EB;
}
.AnyTagClassName
{
color: #BDC6EB;
}
</style>
background-color css
<style>
a { background-color: #BDC6EB; }
a { background-color: rgb(189,198,235); }
div.DivClassName
{
background-color: #BDC6EB;
}
.BgClassName
{
background-color: #BDC6EB;
}
</style>
border-color css
<style>
span { border-color: #BDC6EB; }
span { border-color: rgb(189,198,235); }
td.TdClassName
{
border-color: #BDC6EB;
}
.TagClassName
{
border-color: #BDC6EB;
}
</style>