Shades of Periwinkle #BECBED
Tints of Periwinkle #BECBED
RGB
CMYK
RGB Variations
Color information
#BECBED (or 0xBECBED) is known color: Periwinkle. HEX triplet: BE, CB and ED. RGB value is (190,203,237). Sum of RGB (Red+Green+Blue) = 190+203+237=630 (83% of max value = 765). Red value is 190 (74.61% from 255 or 30.16% from 630); Green value is 203 (79.69% from 255 or 32.22% from 630); Blue value is 237 (92.97% from 255 or 37.62% from 630); Max value from RGB is 237 - color contains mainly: blue. Hex color #BECBED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BECBED is #413412. Grayscale: #CACACA. Windows color (decimal): -4273171 or 15584190. OLE color: 15584190.
HSL color Cylindrical-coordinate representation of color #BECBED: hue angle of 223.4º 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 #BECBED is Cyan = 0.20, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 190 | 203 | 237 | - |
| CMYK | 0.20 | 0.14 | 0 | 0.07 |
| HSL | 223.4º | 0.57% | 0.84% | - |
| HSV(B) | 223.4º | 0.2% | 0.93% | - |
| XYZ | 57.88 | 59.77 | 88.61 | - |
| YUV | 202.99 | 147.19 | 118.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 203 | 237 | 0.20 | 0.14 | 0 | 0.07 | 223.4 | 0.57 | 0.84 |
| Hex | BE | CB | ED | 14 | E | 0 | 7 | DF | 39 | 54 |
| Octal | 276 | 313 | 355 | 24 | 16 | 0 | 7 | 337 | 71 | 124 |
| Binary | 10111110 | 11001011 | 11101101 | 10100 | 1110 | 0 | 111 | 11011111 | 111001 | 1010100 |
Color Harmonies of #BECBED
Complementary color
Monochromatic Colors of #BECBED
Black with #BECBED
Text Example
Text Example
White with #BECBED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BECBED; }
p { color: rgb(190,203,237); }
H1.HeaderClassName
{
color: #BECBED;
}
.AnyTagClassName
{
color: #BECBED;
}
</style>
background-color css
<style>
a { background-color: #BECBED; }
a { background-color: rgb(190,203,237); }
div.DivClassName
{
background-color: #BECBED;
}
.BgClassName
{
background-color: #BECBED;
}
</style>
border-color css
<style>
span { border-color: #BECBED; }
span { border-color: rgb(190,203,237); }
td.TdClassName
{
border-color: #BECBED;
}
.TagClassName
{
border-color: #BECBED;
}
</style>