Shades of Periwinkle #BEC9ED
Tints of Periwinkle #BEC9ED
RGB
CMYK
RGB Variations
Color information
#BEC9ED (or 0xBEC9ED) is known color: Periwinkle. HEX triplet: BE, C9 and ED. RGB value is (190,201,237). Sum of RGB (Red+Green+Blue) = 190+201+237=628 (83% of max value = 765). Red value is 190 (74.61% from 255 or 30.25% from 628); Green value is 201 (78.91% from 255 or 32.01% from 628); Blue value is 237 (92.97% from 255 or 37.74% from 628); Max value from RGB is 237 - color contains mainly: blue. Hex color #BEC9ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BEC9ED is #413612. Grayscale: #C9C9C9. Windows color (decimal): -4273683 or 15583678. OLE color: 15583678.
HSL color Cylindrical-coordinate representation of color #BEC9ED: hue angle of 225.96º 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 #BEC9ED is Cyan = 0.20, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 190 | 201 | 237 | - |
CMYK | 0.20 | 0.15 | 0 | 0.07 |
HSL | 225.96º | 0.57% | 0.84% | - |
HSV(B) | 225.96º | 0.2% | 0.93% | - |
XYZ | 57.41 | 58.83 | 88.45 | - |
YUV | 201.82 | 147.86 | 119.57 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 190 | 201 | 237 | 0.20 | 0.15 | 0 | 0.07 | 225.96 | 0.57 | 0.84 |
Hex | BE | C9 | ED | 14 | F | 0 | 7 | E2 | 39 | 54 |
Octal | 276 | 311 | 355 | 24 | 17 | 0 | 7 | 342 | 71 | 124 |
Binary | 10111110 | 11001001 | 11101101 | 10100 | 1111 | 0 | 111 | 11100010 | 111001 | 1010100 |
Color Harmonies of #BEC9ED
Complementary color
Monochromatic Colors of #BEC9ED
Black with #BEC9ED
Text Example
Text Example
White with #BEC9ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEC9ED; }
p { color: rgb(190,201,237); }
H1.HeaderClassName
{
color: #BEC9ED;
}
.AnyTagClassName
{
color: #BEC9ED;
}
</style>
background-color css
<style>
a { background-color: #BEC9ED; }
a { background-color: rgb(190,201,237); }
div.DivClassName
{
background-color: #BEC9ED;
}
.BgClassName
{
background-color: #BEC9ED;
}
</style>
border-color css
<style>
span { border-color: #BEC9ED; }
span { border-color: rgb(190,201,237); }
td.TdClassName
{
border-color: #BEC9ED;
}
.TagClassName
{
border-color: #BEC9ED;
}
</style>