Shades of Periwinkle #BECCE9
Tints of Periwinkle #BECCE9
RGB
CMYK
RGB Variations
Color information
#BECCE9 (or 0xBECCE9) is known color: Periwinkle. HEX triplet: BE, CC and E9. RGB value is (190,204,233). Sum of RGB (Red+Green+Blue) = 190+204+233=627 (83% of max value = 765). Red value is 190 (74.61% from 255 or 30.30% from 627); Green value is 204 (80.08% from 255 or 32.54% from 627); Blue value is 233 (91.41% from 255 or 37.16% from 627); Max value from RGB is 233 - color contains mainly: blue. Hex color #BECCE9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BECCE9 is #413316. Grayscale: #CACACA. Windows color (decimal): -4272919 or 15322302. OLE color: 15322302.
HSL color Cylindrical-coordinate representation of color #BECCE9: hue angle of 220.47º degrees, saturation: 0.49, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BECCE9 is Cyan = 0.18, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 190 | 204 | 233 | - |
| CMYK | 0.18 | 0.12 | 0 | 0.09 |
| HSL | 220.47º | 0.49% | 0.83% | - |
| HSV(B) | 220.47º | 0.18% | 0.91% | - |
| XYZ | 57.54 | 60.02 | 85.64 | - |
| YUV | 203.12 | 144.86 | 118.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 204 | 233 | 0.18 | 0.12 | 0 | 0.09 | 220.47 | 0.49 | 0.83 |
| Hex | BE | CC | E9 | 12 | C | 0 | 9 | DC | 31 | 53 |
| Octal | 276 | 314 | 351 | 22 | 14 | 0 | 11 | 334 | 61 | 123 |
| Binary | 10111110 | 11001100 | 11101001 | 10010 | 1100 | 0 | 1001 | 11011100 | 110001 | 1010011 |
Color Harmonies of #BECCE9
Complementary color
Monochromatic Colors of #BECCE9
Black with #BECCE9
Text Example
Text Example
White with #BECCE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BECCE9; }
p { color: rgb(190,204,233); }
H1.HeaderClassName
{
color: #BECCE9;
}
.AnyTagClassName
{
color: #BECCE9;
}
</style>
background-color css
<style>
a { background-color: #BECCE9; }
a { background-color: rgb(190,204,233); }
div.DivClassName
{
background-color: #BECCE9;
}
.BgClassName
{
background-color: #BECCE9;
}
</style>
border-color css
<style>
span { border-color: #BECCE9; }
span { border-color: rgb(190,204,233); }
td.TdClassName
{
border-color: #BECCE9;
}
.TagClassName
{
border-color: #BECCE9;
}
</style>