Html Css Color HEX #BEA9FC Melrose

📋 copy color: '#BEA9FC'

red 190 ◦ green 169 ◦ blue 252

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

Shades of Melrose #BEA9FC

Tints of Melrose #BEA9FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 41.24%

R = 31.1%
G = 27.66%
B = 41.24%

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

#BEA9FC (or 0xBEA9FC) is known color: Melrose. HEX triplet: BE, A9 and FC. RGB value is (190,169,252). Sum of RGB (Red+Green+Blue) = 190+169+252=611 (80% of max value = 765). Red value is 190 (74.61% from 255 or 31.10% from 611); Green value is 169 (66.41% from 255 or 27.66% from 611); Blue value is 252 (98.83% from 255 or 41.24% from 611); Max value from RGB is 252 - color contains mainly: blue. Hex color #BEA9FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BEA9FC is #415603. Grayscale: #B8B8B8. Windows color (decimal): -4281860 or 16558526. OLE color: 16558526.

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

Color convert

RGB 190 169 252 -
CMYK 0.25 0.33 0 0.01
HSL 255.18º 0.93% 0.83% -
HSV(B) 255.18º 0.33% 0.99% -
XYZ 52.99 46.35 98.25 -
YUV 184.74 165.96 131.75 -
System Red Green Blue C M Y K H S L
Decimal 190 169 252 0.25 0.33 0 0.01 255.18 0.93 0.83
Hex BE A9 FC 19 21 0 1 FF 5D 53
Octal 276 251 374 31 41 0 1 377 135 123
Binary 10111110 10101001 11111100 11001 100001 0 1 11111111 1011101 1010011

Color Harmonies of #BEA9FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEA9FC

Black with #BEA9FC

Text Example


Text Example

White with #BEA9FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEA9FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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