#BECAE3

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

Shades of Periwinkle #BECAE3

Tints of Periwinkle #BECAE3

Color information

#BECAE3 (or 0xBECAE3) is unknown color: approx Periwinkle. HEX triplet: BE, CA and E3. RGB value is (190,202,227). Sum of RGB (Red+Green+Blue) = 190+202+227=619 (81% of max value = 765). Red value is 190 (74.61% from 255 or 30.69% from 619); Green value is 202 (79.30% from 255 or 32.63% from 619); Blue value is 227 (89.06% from 255 or 36.67% from 619); Max value from RGB is 227 - color contains mainly: blue. Hex color #BECAE3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BECAE3 is #41351C. Grayscale: #C9C9C9. Windows color (decimal): -4273437 or 14928574. OLE color: 14928574.

HSL color Cylindrical-coordinate representation of color #BECAE3: hue angle of 220.54º degrees, saturation: 0.4, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BECAE3 is Cyan = 0.16, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB190202227-
CMYK0.160.1100.11
HSL220.54º39.78%81.76%-
HSV(B)220.54º16.3%89.02%-
XYZ56.2258.7381.05-
YUV201.26142.52119.97-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 30.69%
GREEN value IS 202 (79.30% from 255) = 32.63%
BLUE value IS 227 (89.06% from 255) = 36.67%
R=30.69%
G=32.63%
B=36.67%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1902022270.160.1100.11220.5439.7881.76
HexBECAE310B0Bdd2852
Octal276312343201301333550122
Binary10111110110010101110001110000101101011110111011010001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BECAE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BECAE3; }

 p { color: rgb(190,202,227); }

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

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

 a { background-color: rgb(190,202,227); }

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

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

 span { border-color: rgb(190,202,227); }

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