#BECAE0

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

Shades of Periwinkle #BECAE0

Tints of Periwinkle #BECAE0

Color information

#BECAE0 (or 0xBECAE0) is unknown color: approx Periwinkle. HEX triplet: BE, CA and E0. RGB value is (190,202,224). Sum of RGB (Red+Green+Blue) = 190+202+224=616 (81% of max value = 765). Red value is 190 (74.61% from 255 or 30.84% from 616); Green value is 202 (79.30% from 255 or 32.79% from 616); Blue value is 224 (87.89% from 255 or 36.36% from 616); Max value from RGB is 224 - color contains mainly: blue. Hex color #BECAE0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BECAE0 is #41351F. Grayscale: #C8C8C8. Windows color (decimal): -4273440 or 14731966. OLE color: 14731966.

HSL color Cylindrical-coordinate representation of color #BECAE0: hue angle of 218.82º degrees, saturation: 0.35, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BECAE0 is Cyan = 0.15, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB190202224-
CMYK0.150.1000.12
HSL218.82º35.42%81.18%-
HSV(B)218.82º15.18%87.84%-
XYZ55.8158.5778.88-
YUV200.92141.02120.21-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 30.84%
GREEN value IS 202 (79.30% from 255) = 32.79%
BLUE value IS 224 (87.89% from 255) = 36.36%
R=30.84%
G=32.79%
B=36.36%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1902022240.150.1000.12218.8235.4281.18
HexBECAE0FA0Cdb2351
Octal276312340171201433343121
Binary1011111011001010111000001111101001100110110111000111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BECAE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BECAE0; }

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

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

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

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

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

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

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

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