#BEAFE1

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

Shades of Melrose #BEAFE1

Tints of Melrose #BEAFE1

Color information

#BEAFE1 (or 0xBEAFE1) is unknown color: approx Melrose. HEX triplet: BE, AF and E1. RGB value is (190,175,225). Sum of RGB (Red+Green+Blue) = 190+175+225=590 (78% of max value = 765). Red value is 190 (74.61% from 255 or 32.20% from 590); Green value is 175 (68.75% from 255 or 29.66% from 590); Blue value is 225 (88.28% from 255 or 38.14% from 590); Max value from RGB is 225 - color contains mainly: blue. Hex color #BEAFE1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BEAFE1 is #41501E. Grayscale: #B9B9B9. Windows color (decimal): -4280351 or 14790590. OLE color: 14790590.

HSL color Cylindrical-coordinate representation of color #BEAFE1: hue angle of 258º degrees, saturation: 0.45, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BEAFE1 is Cyan = 0.16, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB190175225-
CMYK0.160.2200.12
HSL258º45.45%78.43%-
HSV(B)258º22.22%88.24%-
XYZ50.1647.0477.67-
YUV185.18150.47131.43-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 32.20%
GREEN value IS 175 (68.75% from 255) = 29.66%
BLUE value IS 225 (88.28% from 255) = 38.14%
R=32.20%
G=29.66%
B=38.14%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1901752250.160.2200.1225845.4578.43
HexBEAFE110160C1022d4e
Octal276257341202601440255116
Binary1011111010101111111000011000010110011001000000101011011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEAFE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEAFE1; }

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

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

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

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

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

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

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

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