Shades of Periwinkle #BEC5DB
Tints of Periwinkle #BEC5DB
RGB
CMYK
RGB Variations
Color information
#BEC5DB (or 0xBEC5DB) is known color: Periwinkle. HEX triplet: BE, C5 and DB. RGB value is (190,197,219). Sum of RGB (Red+Green+Blue) = 190+197+219=606 (80% of max value = 765). Red value is 190 (74.61% from 255 or 31.35% from 606); Green value is 197 (77.34% from 255 or 32.51% from 606); Blue value is 219 (85.94% from 255 or 36.14% from 606); Max value from RGB is 219 - color contains mainly: blue. Hex color #BEC5DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEC5DB is #413A24. Grayscale: #C5C5C5. Windows color (decimal): -4274725 or 14403006. OLE color: 14403006.
HSL color Cylindrical-coordinate representation of color #BEC5DB: hue angle of 225.52º degrees, saturation: 0.29, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #BEC5DB is Cyan = 0.13, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
RGB | 190 | 197 | 219 | - |
CMYK | 0.13 | 0.10 | 0 | 0.14 |
HSL | 225.52º | 0.29% | 0.8% | - |
HSV(B) | 225.52º | 0.13% | 0.86% | - |
XYZ | 53.99 | 55.99 | 74.98 | - |
YUV | 197.42 | 140.18 | 122.71 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 190 | 197 | 219 | 0.13 | 0.10 | 0 | 0.14 | 225.52 | 0.29 | 0.8 |
Hex | BE | C5 | DB | D | A | 0 | E | E2 | 1D | 50 |
Octal | 276 | 305 | 333 | 15 | 12 | 0 | 16 | 342 | 35 | 120 |
Binary | 10111110 | 11000101 | 11011011 | 1101 | 1010 | 0 | 1110 | 11100010 | 11101 | 1010000 |
Color Harmonies of #BEC5DB
Complementary color
Monochromatic Colors of #BEC5DB
Black with #BEC5DB
Text Example
Text Example
White with #BEC5DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEC5DB; }
p { color: rgb(190,197,219); }
H1.HeaderClassName
{
color: #BEC5DB;
}
.AnyTagClassName
{
color: #BEC5DB;
}
</style>
background-color css
<style>
a { background-color: #BEC5DB; }
a { background-color: rgb(190,197,219); }
div.DivClassName
{
background-color: #BEC5DB;
}
.BgClassName
{
background-color: #BEC5DB;
}
</style>
border-color css
<style>
span { border-color: #BEC5DB; }
span { border-color: rgb(190,197,219); }
td.TdClassName
{
border-color: #BEC5DB;
}
.TagClassName
{
border-color: #BEC5DB;
}
</style>