#BEAFF2

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

Shades of Melrose #BEAFF2

Tints of Melrose #BEAFF2

Color information

#BEAFF2 (or 0xBEAFF2) is unknown color: approx Melrose. HEX triplet: BE, AF and F2. RGB value is (190,175,242). Sum of RGB (Red+Green+Blue) = 190+175+242=607 (80% of max value = 765). Red value is 190 (74.61% from 255 or 31.30% from 607); Green value is 175 (68.75% from 255 or 28.83% from 607); Blue value is 242 (94.92% from 255 or 39.87% from 607); Max value from RGB is 242 - color contains mainly: blue. Hex color #BEAFF2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BEAFF2 is #41500D. Grayscale: #BABABA. Windows color (decimal): -4280334 or 15904702. OLE color: 15904702.

HSL color Cylindrical-coordinate representation of color #BEAFF2: hue angle of 253.43º degrees, saturation: 0.72, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BEAFF2 is Cyan = 0.21, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB190175242-
CMYK0.210.2800.05
HSL253.43º72.04%81.76%-
HSV(B)253.43º27.69%94.9%-
XYZ52.5948.0290.5-
YUV187.12158.97130.05-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 31.30%
GREEN value IS 175 (68.75% from 255) = 28.83%
BLUE value IS 242 (94.92% from 255) = 39.87%
R=31.30%
G=28.83%
B=39.87%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1901752420.210.2800.05253.4372.0481.76
HexBEAFF2151C05fd4852
Octal276257362253405375110122
Binary101111101010111111110010101011110001011111110110010001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEAFF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEAFF2; }

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

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

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

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

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

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

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

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