Shades of Periwinkle #BECEED
Tints of Periwinkle #BECEED
RGB
CMYK
RGB Variations
Color information
#BECEED (or 0xBECEED) is known color: Periwinkle. HEX triplet: BE, CE and ED. RGB value is (190,206,237). Sum of RGB (Red+Green+Blue) = 190+206+237=633 (83% of max value = 765). Red value is 190 (74.61% from 255 or 30.02% from 633); Green value is 206 (80.86% from 255 or 32.54% from 633); Blue value is 237 (92.97% from 255 or 37.44% from 633); Max value from RGB is 237 - color contains mainly: blue. Hex color #BECEED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BECEED is #413112. Grayscale: #CCCCCC. Windows color (decimal): -4272403 or 15584958. OLE color: 15584958.
HSL color Cylindrical-coordinate representation of color #BECEED: hue angle of 219.57º 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 #BECEED is Cyan = 0.20, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 190 | 206 | 237 | - |
| CMYK | 0.20 | 0.13 | 0 | 0.07 |
| HSL | 219.57º | 0.57% | 0.84% | - |
| HSV(B) | 219.57º | 0.2% | 0.93% | - |
| XYZ | 58.59 | 61.2 | 88.85 | - |
| YUV | 204.75 | 146.2 | 117.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 206 | 237 | 0.20 | 0.13 | 0 | 0.07 | 219.57 | 0.57 | 0.84 |
| Hex | BE | CE | ED | 14 | D | 0 | 7 | DC | 39 | 54 |
| Octal | 276 | 316 | 355 | 24 | 15 | 0 | 7 | 334 | 71 | 124 |
| Binary | 10111110 | 11001110 | 11101101 | 10100 | 1101 | 0 | 111 | 11011100 | 111001 | 1010100 |
Color Harmonies of #BECEED
Complementary color
Monochromatic Colors of #BECEED
Black with #BECEED
Text Example
Text Example
White with #BECEED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BECEED; }
p { color: rgb(190,206,237); }
H1.HeaderClassName
{
color: #BECEED;
}
.AnyTagClassName
{
color: #BECEED;
}
</style>
background-color css
<style>
a { background-color: #BECEED; }
a { background-color: rgb(190,206,237); }
div.DivClassName
{
background-color: #BECEED;
}
.BgClassName
{
background-color: #BECEED;
}
</style>
border-color css
<style>
span { border-color: #BECEED; }
span { border-color: rgb(190,206,237); }
td.TdClassName
{
border-color: #BECEED;
}
.TagClassName
{
border-color: #BECEED;
}
</style>