Html Css Color HEX #BEAAFD Melrose

📋 copy color: '#BEAAFD'

red 190 ◦ green 170 ◦ blue 253

#BEAAFD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Melrose #BEAAFD

Tints of Melrose #BEAAFD

RGB

 RED value IS 190 (74.61% from 255) = 31%

 GREEN value IS 170 (66.8% from 255) = 27.73%

 BLUE value IS 253 (99.22% from 255) = 41.27%

R = 31%
G = 27.73%
B = 41.27%

CMYK

 C value IS 0.25

 M value IS 0.33

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#BEAAFD (or 0xBEAAFD) is known color: Melrose. HEX triplet: BE, AA and FD. RGB value is (190,170,253). Sum of RGB (Red+Green+Blue) = 190+170+253=613 (81% of max value = 765). Red value is 190 (74.61% from 255 or 31.00% from 613); Green value is 170 (66.80% from 255 or 27.73% from 613); Blue value is 253 (99.22% from 255 or 41.27% from 613); Max value from RGB is 253 - color contains mainly: blue. Hex color #BEAAFD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BEAAFD is #415502. Grayscale: #B9B9B9. Windows color (decimal): -4281603 or 16624318. OLE color: 16624318.

HSL color Cylindrical-coordinate representation of color #BEAAFD: hue angle of 254.46º degrees, saturation: 0.95, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BEAAFD is Cyan = 0.25, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 190 170 253 -
CMYK 0.25 0.33 0 0.01
HSL 254.46º 0.95% 0.83% -
HSV(B) 254.46º 0.33% 0.99% -
XYZ 53.34 46.79 99.15 -
YUV 185.44 166.13 131.25 -
System Red Green Blue C M Y K H S L
Decimal 190 170 253 0.25 0.33 0 0.01 254.46 0.95 0.83
Hex BE AA FD 19 21 0 1 FE 5F 53
Octal 276 252 375 31 41 0 1 376 137 123
Binary 10111110 10101010 11111101 11001 100001 0 1 11111110 1011111 1010011

Color Harmonies of #BEAAFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEAAFD

Black with #BEAAFD

Text Example


Text Example

White with #BEAAFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEAAFD; }

 p { color: rgb(190,170,253); }

 H1.HeaderClassName
 {
   color: #BEAAFD;
 }
 .AnyTagClassName
 {
   color: #BEAAFD;
 }
</style>

background-color css

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

 a { background-color: rgb(190,170,253); }

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

border-color css

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

 span { border-color: rgb(190,170,253); }

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