Shades of Periwinkle #BECCEF
Tints of Periwinkle #BECCEF
RGB
CMYK
RGB Variations
Color information
#BECCEF (or 0xBECCEF) is known color: Periwinkle. HEX triplet: BE, CC and EF. RGB value is (190,204,239). Sum of RGB (Red+Green+Blue) = 190+204+239=633 (83% of max value = 765). Red value is 190 (74.61% from 255 or 30.02% from 633); Green value is 204 (80.08% from 255 or 32.23% from 633); Blue value is 239 (93.75% from 255 or 37.76% from 633); Max value from RGB is 239 - color contains mainly: blue. Hex color #BECCEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BECCEF is #413310. Grayscale: #CBCBCB. Windows color (decimal): -4272913 or 15715518. OLE color: 15715518.
HSL color Cylindrical-coordinate representation of color #BECCEF: hue angle of 222.86º degrees, saturation: 0.6, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BECCEF is Cyan = 0.21, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 190 | 204 | 239 | - |
| CMYK | 0.21 | 0.15 | 0 | 0.06 |
| HSL | 222.86º | 0.6% | 0.84% | - |
| HSV(B) | 222.86º | 0.21% | 0.94% | - |
| XYZ | 58.41 | 60.36 | 90.23 | - |
| YUV | 203.8 | 147.86 | 118.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 204 | 239 | 0.21 | 0.15 | 0 | 0.06 | 222.86 | 0.6 | 0.84 |
| Hex | BE | CC | EF | 15 | F | 0 | 6 | DF | 3C | 54 |
| Octal | 276 | 314 | 357 | 25 | 17 | 0 | 6 | 337 | 74 | 124 |
| Binary | 10111110 | 11001100 | 11101111 | 10101 | 1111 | 0 | 110 | 11011111 | 111100 | 1010100 |
Color Harmonies of #BECCEF
Complementary color
Monochromatic Colors of #BECCEF
Black with #BECCEF
Text Example
Text Example
White with #BECCEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BECCEF; }
p { color: rgb(190,204,239); }
H1.HeaderClassName
{
color: #BECCEF;
}
.AnyTagClassName
{
color: #BECCEF;
}
</style>
background-color css
<style>
a { background-color: #BECCEF; }
a { background-color: rgb(190,204,239); }
div.DivClassName
{
background-color: #BECCEF;
}
.BgClassName
{
background-color: #BECCEF;
}
</style>
border-color css
<style>
span { border-color: #BECCEF; }
span { border-color: rgb(190,204,239); }
td.TdClassName
{
border-color: #BECCEF;
}
.TagClassName
{
border-color: #BECCEF;
}
</style>