Html Css Color HEX #BEA9FD Melrose

📋 copy color: '#BEA9FD'

red 190 ◦ green 169 ◦ blue 253

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

Shades of Melrose #BEA9FD

Tints of Melrose #BEA9FD

RGB

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

 GREEN value IS 169 (66.41% from 255) = 27.61%

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

R = 31.05%
G = 27.61%
B = 41.34%

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

#BEA9FD (or 0xBEA9FD) is known color: Melrose. HEX triplet: BE, A9 and FD. RGB value is (190,169,253). Sum of RGB (Red+Green+Blue) = 190+169+253=612 (81% of max value = 765). Red value is 190 (74.61% from 255 or 31.05% from 612); Green value is 169 (66.41% from 255 or 27.61% from 612); Blue value is 253 (99.22% from 255 or 41.34% from 612); Max value from RGB is 253 - color contains mainly: blue. Hex color #BEA9FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BEA9FD is #415602. Grayscale: #B8B8B8. Windows color (decimal): -4281859 or 16624062. OLE color: 16624062.

HSL color Cylindrical-coordinate representation of color #BEA9FD: hue angle of 255º 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 #BEA9FD is Cyan = 0.25, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 190 169 253 -
CMYK 0.25 0.33 0 0.01
HSL 255º 0.95% 0.83% -
HSV(B) 255º 0.33% 0.99% -
XYZ 53.15 46.41 99.09 -
YUV 184.86 166.46 131.67 -
System Red Green Blue C M Y K H S L
Decimal 190 169 253 0.25 0.33 0 0.01 255 0.95 0.83
Hex BE A9 FD 19 21 0 1 FF 5F 53
Octal 276 251 375 31 41 0 1 377 137 123
Binary 10111110 10101001 11111101 11001 100001 0 1 11111111 1011111 1010011

Color Harmonies of #BEA9FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEA9FD

Black with #BEA9FD

Text Example


Text Example

White with #BEA9FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEA9FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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