#BEAFE4

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

Shades of Melrose #BEAFE4

Tints of Melrose #BEAFE4

Color information

#BEAFE4 (or 0xBEAFE4) is unknown color: approx Melrose. HEX triplet: BE, AF and E4. RGB value is (190,175,228). Sum of RGB (Red+Green+Blue) = 190+175+228=593 (78% of max value = 765). Red value is 190 (74.61% from 255 or 32.04% from 593); Green value is 175 (68.75% from 255 or 29.51% from 593); Blue value is 228 (89.45% from 255 or 38.45% from 593); Max value from RGB is 228 - color contains mainly: blue. Hex color #BEAFE4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BEAFE4 is #41501B. Grayscale: #B9B9B9. Windows color (decimal): -4280348 or 14987198. OLE color: 14987198.

HSL color Cylindrical-coordinate representation of color #BEAFE4: hue angle of 256.98º degrees, saturation: 0.5, 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 #BEAFE4 is Cyan = 0.17, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB190175228-
CMYK0.170.2300.11
HSL256.98º49.53%79.02%-
HSV(B)256.98º23.25%89.41%-
XYZ50.5747.2179.85-
YUV185.53151.97131.19-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 32.04%
GREEN value IS 175 (68.75% from 255) = 29.51%
BLUE value IS 228 (89.45% from 255) = 38.45%
R=32.04%
G=29.51%
B=38.45%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1901752280.170.2300.11256.9849.5379.02
HexBEAFE411170B101324f
Octal276257344212701340162117
Binary1011111010101111111001001000110111010111000000011100101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEAFE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEAFE4; }

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

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

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

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

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

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

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

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