Shades of Periwinkle #BEC8DE
Tints of Periwinkle #BEC8DE
RGB
CMYK
RGB Variations
Color information
#BEC8DE (or 0xBEC8DE) is known color: Periwinkle. HEX triplet: BE, C8 and DE. RGB value is (190,200,222). Sum of RGB (Red+Green+Blue) = 190+200+222=612 (81% of max value = 765). Red value is 190 (74.61% from 255 or 31.05% from 612); Green value is 200 (78.52% from 255 or 32.68% from 612); Blue value is 222 (87.11% from 255 or 36.27% from 612); Max value from RGB is 222 - color contains mainly: blue. Hex color #BEC8DE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEC8DE is #413721. Grayscale: #C7C7C7. Windows color (decimal): -4273954 or 14600382. OLE color: 14600382.
HSL color Cylindrical-coordinate representation of color #BEC8DE: hue angle of 221.25º degrees, saturation: 0.33, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BEC8DE is Cyan = 0.14, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 190 | 200 | 222 | - |
| CMYK | 0.14 | 0.10 | 0 | 0.13 |
| HSL | 221.25º | 0.33% | 0.81% | - |
| HSV(B) | 221.25º | 0.14% | 0.87% | - |
| XYZ | 55.07 | 57.53 | 77.31 | - |
| YUV | 199.52 | 140.69 | 121.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 200 | 222 | 0.14 | 0.10 | 0 | 0.13 | 221.25 | 0.33 | 0.81 |
| Hex | BE | C8 | DE | E | A | 0 | D | DD | 21 | 51 |
| Octal | 276 | 310 | 336 | 16 | 12 | 0 | 15 | 335 | 41 | 121 |
| Binary | 10111110 | 11001000 | 11011110 | 1110 | 1010 | 0 | 1101 | 11011101 | 100001 | 1010001 |
Color Harmonies of #BEC8DE
Complementary color
Monochromatic Colors of #BEC8DE
Black with #BEC8DE
Text Example
Text Example
White with #BEC8DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEC8DE; }
p { color: rgb(190,200,222); }
H1.HeaderClassName
{
color: #BEC8DE;
}
.AnyTagClassName
{
color: #BEC8DE;
}
</style>
background-color css
<style>
a { background-color: #BEC8DE; }
a { background-color: rgb(190,200,222); }
div.DivClassName
{
background-color: #BEC8DE;
}
.BgClassName
{
background-color: #BEC8DE;
}
</style>
border-color css
<style>
span { border-color: #BEC8DE; }
span { border-color: rgb(190,200,222); }
td.TdClassName
{
border-color: #BEC8DE;
}
.TagClassName
{
border-color: #BEC8DE;
}
</style>