#BECFEA

Color #BECFEA Periwinkle (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Periwinkle #BECFEA

Tints of Periwinkle #BECFEA

Color information

#BECFEA (or 0xBECFEA) is unknown color: approx Periwinkle. HEX triplet: BE, CF and EA. RGB value is (190,207,234). Sum of RGB (Red+Green+Blue) = 190+207+234=631 (83% of max value = 765). Red value is 190 (74.61% from 255 or 30.11% from 631); Green value is 207 (81.25% from 255 or 32.81% from 631); Blue value is 234 (91.80% from 255 or 37.08% from 631); Max value from RGB is 234 - color contains mainly: blue. Hex color #BECFEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BECFEA is #413015. Grayscale: #CCCCCC. Windows color (decimal): -4272150 or 15388606. OLE color: 15388606.

HSL color Cylindrical-coordinate representation of color #BECFEA: hue angle of 216.82º degrees, saturation: 0.51, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BECFEA is Cyan = 0.19, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB190207234-
CMYK0.190.1200.08
HSL216.82º51.16%83.14%-
HSV(B)216.82º18.8%91.76%-
XYZ58.461.5186.64-
YUV205144.37117.3-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 190 (74.61% from 255) = 30.11%
GREEN value IS 207 (81.25% from 255) = 32.81%
BLUE value IS 234 (91.80% from 255) = 37.08%
R=30.11%
G=32.81%
B=37.08%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1902072340.190.1200.08216.8251.1683.14
HexBECFEA13C08d93353
Octal276317352231401033163123
Binary10111110110011111110101010011110001000110110011100111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BECFEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BECFEA; }

 p { color: rgb(190,207,234); }

 H1.HeaderClassName
 {
   color: #BECFEA;
 }
 .AnyTagClassName
 {
   color: #BECFEA;
 }
</style>
background-color css

<style>
 a { background-color: #BECFEA; }

 a { background-color: rgb(190,207,234); }

 div.DivClassName
 {
   background-color: #BECFEA;
 }
 .BgClassName
 {
   background-color: #BECFEA;
 }
</style>
border-color css

<style>
 span { border-color: #BECFEA; }

 span { border-color: rgb(190,207,234); }

 td.TdClassName
 {
   border-color: #BECFEA;
 }
 .TagClassName
 {
   border-color: #BECFEA;
 }
</style>