#BEAFE2

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

Shades of Melrose #BEAFE2

Tints of Melrose #BEAFE2

Color information

#BEAFE2 (or 0xBEAFE2) is unknown color: approx Melrose. HEX triplet: BE, AF and E2. RGB value is (190,175,226). Sum of RGB (Red+Green+Blue) = 190+175+226=591 (78% of max value = 765). Red value is 190 (74.61% from 255 or 32.15% from 591); Green value is 175 (68.75% from 255 or 29.61% from 591); Blue value is 226 (88.67% from 255 or 38.24% from 591); Max value from RGB is 226 - color contains mainly: blue. Hex color #BEAFE2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BEAFE2 is #41501D. Grayscale: #B9B9B9. Windows color (decimal): -4280350 or 14856126. OLE color: 14856126.

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

Color convert

RGB190175226-
CMYK0.160.2300.11
HSL257.65º46.79%78.63%-
HSV(B)257.65º22.57%88.63%-
XYZ50.2947.178.39-
YUV185.3150.97131.35-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 32.15%
GREEN value IS 175 (68.75% from 255) = 29.61%
BLUE value IS 226 (88.67% from 255) = 38.24%
R=32.15%
G=29.61%
B=38.24%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1901752260.160.2300.11257.6546.7978.63
HexBEAFE210170B1022f4f
Octal276257342202701340257117
Binary1011111010101111111000101000010111010111000000101011111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEAFE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEAFE2; }

 p { color: rgb(190,175,226); }

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

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

 a { background-color: rgb(190,175,226); }

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

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

 span { border-color: rgb(190,175,226); }

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