#BECAE6

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

Shades of Periwinkle #BECAE6

Tints of Periwinkle #BECAE6

Color information

#BECAE6 (or 0xBECAE6) is unknown color: approx Periwinkle. HEX triplet: BE, CA and E6. RGB value is (190,202,230). Sum of RGB (Red+Green+Blue) = 190+202+230=622 (82% of max value = 765). Red value is 190 (74.61% from 255 or 30.55% from 622); Green value is 202 (79.30% from 255 or 32.48% from 622); Blue value is 230 (90.23% from 255 or 36.98% from 622); Max value from RGB is 230 - color contains mainly: blue. Hex color #BECAE6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BECAE6 is #413519. Grayscale: #C9C9C9. Windows color (decimal): -4273434 or 15125182. OLE color: 15125182.

HSL color Cylindrical-coordinate representation of color #BECAE6: hue angle of 222º degrees, saturation: 0.44, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BECAE6 is Cyan = 0.17, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB190202230-
CMYK0.170.1200.10
HSL222º44.44%82.35%-
HSV(B)222º17.39%90.2%-
XYZ56.6458.983.25-
YUV201.6144.02119.72-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 30.55%
GREEN value IS 202 (79.30% from 255) = 32.48%
BLUE value IS 230 (90.23% from 255) = 36.98%
R=30.55%
G=32.48%
B=36.98%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1902022300.170.1200.1022244.4482.35
HexBECAE611C0Ade2c52
Octal276312346211401233654122
Binary10111110110010101110011010001110001010110111101011001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BECAE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BECAE6; }

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

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

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

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

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

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

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

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