Shades of Periwinkle #BEC8E8
Tints of Periwinkle #BEC8E8
RGB
CMYK
RGB Variations
Color information
#BEC8E8 (or 0xBEC8E8) is known color: Periwinkle. HEX triplet: BE, C8 and E8. RGB value is (190,200,232). Sum of RGB (Red+Green+Blue) = 190+200+232=622 (82% of max value = 765). Red value is 190 (74.61% from 255 or 30.55% from 622); Green value is 200 (78.52% from 255 or 32.15% from 622); Blue value is 232 (91.02% from 255 or 37.30% from 622); Max value from RGB is 232 - color contains mainly: blue. Hex color #BEC8E8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BEC8E8 is #413717. Grayscale: #C8C8C8. Windows color (decimal): -4273944 or 15255742. OLE color: 15255742.
HSL color Cylindrical-coordinate representation of color #BEC8E8: hue angle of 225.71º degrees, saturation: 0.48, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BEC8E8 is Cyan = 0.18, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 190 | 200 | 232 | - |
| CMYK | 0.18 | 0.14 | 0 | 0.09 |
| HSL | 225.71º | 0.48% | 0.83% | - |
| HSV(B) | 225.71º | 0.18% | 0.91% | - |
| XYZ | 56.45 | 58.08 | 84.58 | - |
| YUV | 200.66 | 145.69 | 120.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 200 | 232 | 0.18 | 0.14 | 0 | 0.09 | 225.71 | 0.48 | 0.83 |
| Hex | BE | C8 | E8 | 12 | E | 0 | 9 | E2 | 30 | 53 |
| Octal | 276 | 310 | 350 | 22 | 16 | 0 | 11 | 342 | 60 | 123 |
| Binary | 10111110 | 11001000 | 11101000 | 10010 | 1110 | 0 | 1001 | 11100010 | 110000 | 1010011 |
Color Harmonies of #BEC8E8
Complementary color
Monochromatic Colors of #BEC8E8
Black with #BEC8E8
Text Example
Text Example
White with #BEC8E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEC8E8; }
p { color: rgb(190,200,232); }
H1.HeaderClassName
{
color: #BEC8E8;
}
.AnyTagClassName
{
color: #BEC8E8;
}
</style>
background-color css
<style>
a { background-color: #BEC8E8; }
a { background-color: rgb(190,200,232); }
div.DivClassName
{
background-color: #BEC8E8;
}
.BgClassName
{
background-color: #BEC8E8;
}
</style>
border-color css
<style>
span { border-color: #BEC8E8; }
span { border-color: rgb(190,200,232); }
td.TdClassName
{
border-color: #BEC8E8;
}
.TagClassName
{
border-color: #BEC8E8;
}
</style>