Html Css Color HEX #BEA7FB Melrose

📋 copy color: '#BEA7FB'

red 190 ◦ green 167 ◦ blue 251

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

Shades of Melrose #BEA7FB

Tints of Melrose #BEA7FB

RGB

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

 GREEN value IS 167 (65.63% from 255) = 27.47%

 BLUE value IS 251 (98.44% from 255) = 41.28%

R = 31.25%
G = 27.47%
B = 41.28%

CMYK

 C value IS 0.24

 M value IS 0.33

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BEA7FB (or 0xBEA7FB) is known color: Melrose. HEX triplet: BE, A7 and FB. RGB value is (190,167,251). Sum of RGB (Red+Green+Blue) = 190+167+251=608 (80% of max value = 765). Red value is 190 (74.61% from 255 or 31.25% from 608); Green value is 167 (65.62% from 255 or 27.47% from 608); Blue value is 251 (98.44% from 255 or 41.28% from 608); Max value from RGB is 251 - color contains mainly: blue. Hex color #BEA7FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BEA7FB is #415804. Grayscale: #B7B7B7. Windows color (decimal): -4282373 or 16492478. OLE color: 16492478.

HSL color Cylindrical-coordinate representation of color #BEA7FB: hue angle of 256.43º degrees, saturation: 0.91, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BEA7FB is Cyan = 0.24, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 190 167 251 -
CMYK 0.24 0.33 0 0.02
HSL 256.43º 0.91% 0.82% -
HSV(B) 256.43º 0.33% 0.98% -
XYZ 52.47 45.55 97.29 -
YUV 183.45 166.12 132.67 -
System Red Green Blue C M Y K H S L
Decimal 190 167 251 0.24 0.33 0 0.02 256.43 0.91 0.82
Hex BE A7 FB 18 21 0 2 100 5B 52
Octal 276 247 373 30 41 0 2 400 133 122
Binary 10111110 10100111 11111011 11000 100001 0 10 100000000 1011011 1010010

Color Harmonies of #BEA7FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEA7FB

Black with #BEA7FB

Text Example


Text Example

White with #BEA7FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEA7FB; }

 p { color: rgb(190,167,251); }

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

background-color css

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

 a { background-color: rgb(190,167,251); }

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

border-color css

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

 span { border-color: rgb(190,167,251); }

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