Shades of Periwinkle #BEC8ED
Tints of Periwinkle #BEC8ED
RGB
CMYK
RGB Variations
Color information
#BEC8ED (or 0xBEC8ED) is known color: Periwinkle. HEX triplet: BE, C8 and ED. RGB value is (190,200,237). Sum of RGB (Red+Green+Blue) = 190+200+237=627 (83% of max value = 765). Red value is 190 (74.61% from 255 or 30.30% from 627); Green value is 200 (78.52% from 255 or 31.90% from 627); Blue value is 237 (92.97% from 255 or 37.80% from 627); Max value from RGB is 237 - color contains mainly: blue. Hex color #BEC8ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BEC8ED is #413712. Grayscale: #C9C9C9. Windows color (decimal): -4273939 or 15583422. OLE color: 15583422.
HSL color Cylindrical-coordinate representation of color #BEC8ED: hue angle of 227.23º degrees, saturation: 0.57, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BEC8ED is Cyan = 0.20, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 190 | 200 | 237 | - |
| CMYK | 0.20 | 0.16 | 0 | 0.07 |
| HSL | 227.23º | 0.57% | 0.84% | - |
| HSV(B) | 227.23º | 0.2% | 0.93% | - |
| XYZ | 57.18 | 58.37 | 88.37 | - |
| YUV | 201.23 | 148.19 | 119.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 200 | 237 | 0.20 | 0.16 | 0 | 0.07 | 227.23 | 0.57 | 0.84 |
| Hex | BE | C8 | ED | 14 | 10 | 0 | 7 | E3 | 39 | 54 |
| Octal | 276 | 310 | 355 | 24 | 20 | 0 | 7 | 343 | 71 | 124 |
| Binary | 10111110 | 11001000 | 11101101 | 10100 | 10000 | 0 | 111 | 11100011 | 111001 | 1010100 |
Color Harmonies of #BEC8ED
Complementary color
Monochromatic Colors of #BEC8ED
Black with #BEC8ED
Text Example
Text Example
White with #BEC8ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEC8ED; }
p { color: rgb(190,200,237); }
H1.HeaderClassName
{
color: #BEC8ED;
}
.AnyTagClassName
{
color: #BEC8ED;
}
</style>
background-color css
<style>
a { background-color: #BEC8ED; }
a { background-color: rgb(190,200,237); }
div.DivClassName
{
background-color: #BEC8ED;
}
.BgClassName
{
background-color: #BEC8ED;
}
</style>
border-color css
<style>
span { border-color: #BEC8ED; }
span { border-color: rgb(190,200,237); }
td.TdClassName
{
border-color: #BEC8ED;
}
.TagClassName
{
border-color: #BEC8ED;
}
</style>