Shades of Periwinkle #BECEFC
Tints of Periwinkle #BECEFC
RGB
CMYK
RGB Variations
Color information
#BECEFC (or 0xBECEFC) is known color: Periwinkle. HEX triplet: BE, CE and FC. RGB value is (190,206,252). Sum of RGB (Red+Green+Blue) = 190+206+252=648 (85% of max value = 765). Red value is 190 (74.61% from 255 or 29.32% from 648); Green value is 206 (80.86% from 255 or 31.79% from 648); Blue value is 252 (98.83% from 255 or 38.89% from 648); Max value from RGB is 252 - color contains mainly: blue. Hex color #BECEFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BECEFC is #413103. Grayscale: #CECECE. Windows color (decimal): -4272388 or 16567998. OLE color: 16567998.
HSL color Cylindrical-coordinate representation of color #BECEFC: hue angle of 224.52º degrees, saturation: 0.91, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BECEFC is Cyan = 0.25, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 190 | 206 | 252 | - |
CMYK | 0.25 | 0.18 | 0 | 0.01 |
HSL | 224.52º | 0.91% | 0.87% | - |
HSV(B) | 224.52º | 0.25% | 0.99% | - |
XYZ | 60.88 | 62.12 | 100.88 | - |
YUV | 206.46 | 153.7 | 116.26 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 190 | 206 | 252 | 0.25 | 0.18 | 0 | 0.01 | 224.52 | 0.91 | 0.87 |
Hex | BE | CE | FC | 19 | 12 | 0 | 1 | E1 | 5B | 57 |
Octal | 276 | 316 | 374 | 31 | 22 | 0 | 1 | 341 | 133 | 127 |
Binary | 10111110 | 11001110 | 11111100 | 11001 | 10010 | 0 | 1 | 11100001 | 1011011 | 1010111 |
Color Harmonies of #BECEFC
Complementary color
Monochromatic Colors of #BECEFC
Black with #BECEFC
Text Example
Text Example
White with #BECEFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BECEFC; }
p { color: rgb(190,206,252); }
H1.HeaderClassName
{
color: #BECEFC;
}
.AnyTagClassName
{
color: #BECEFC;
}
</style>
background-color css
<style>
a { background-color: #BECEFC; }
a { background-color: rgb(190,206,252); }
div.DivClassName
{
background-color: #BECEFC;
}
.BgClassName
{
background-color: #BECEFC;
}
</style>
border-color css
<style>
span { border-color: #BECEFC; }
span { border-color: rgb(190,206,252); }
td.TdClassName
{
border-color: #BECEFC;
}
.TagClassName
{
border-color: #BECEFC;
}
</style>