Shades of Periwinkle #BDC6EE
Tints of Periwinkle #BDC6EE
RGB
CMYK
RGB Variations
Color information
#BDC6EE (or 0xBDC6EE) is known color: Periwinkle. HEX triplet: BD, C6 and EE. RGB value is (189,198,238). Sum of RGB (Red+Green+Blue) = 189+198+238=625 (82% of max value = 765). Red value is 189 (74.22% from 255 or 30.24% from 625); Green value is 198 (77.73% from 255 or 31.68% from 625); Blue value is 238 (93.36% from 255 or 38.08% from 625); Max value from RGB is 238 - color contains mainly: blue. Hex color #BDC6EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDC6EE is #423911. Grayscale: #C7C7C7. Windows color (decimal): -4339986 or 15648445. OLE color: 15648445.
HSL color Cylindrical-coordinate representation of color #BDC6EE: hue angle of 228.98º degrees, saturation: 0.59, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BDC6EE is Cyan = 0.21, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 189 | 198 | 238 | - |
CMYK | 0.21 | 0.17 | 0 | 0.07 |
HSL | 228.98º | 0.59% | 0.84% | - |
HSV(B) | 228.98º | 0.21% | 0.93% | - |
XYZ | 56.61 | 57.38 | 88.98 | - |
YUV | 199.87 | 149.52 | 120.25 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 189 | 198 | 238 | 0.21 | 0.17 | 0 | 0.07 | 228.98 | 0.59 | 0.84 |
Hex | BD | C6 | EE | 15 | 11 | 0 | 7 | E5 | 3B | 54 |
Octal | 275 | 306 | 356 | 25 | 21 | 0 | 7 | 345 | 73 | 124 |
Binary | 10111101 | 11000110 | 11101110 | 10101 | 10001 | 0 | 111 | 11100101 | 111011 | 1010100 |
Color Harmonies of #BDC6EE
Complementary color
Monochromatic Colors of #BDC6EE
Black with #BDC6EE
Text Example
Text Example
White with #BDC6EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC6EE; }
p { color: rgb(189,198,238); }
H1.HeaderClassName
{
color: #BDC6EE;
}
.AnyTagClassName
{
color: #BDC6EE;
}
</style>
background-color css
<style>
a { background-color: #BDC6EE; }
a { background-color: rgb(189,198,238); }
div.DivClassName
{
background-color: #BDC6EE;
}
.BgClassName
{
background-color: #BDC6EE;
}
</style>
border-color css
<style>
span { border-color: #BDC6EE; }
span { border-color: rgb(189,198,238); }
td.TdClassName
{
border-color: #BDC6EE;
}
.TagClassName
{
border-color: #BDC6EE;
}
</style>