Html Css Color HEX #BEB1FA Melrose

📋 copy color: '#BEB1FA'

red 190 ◦ green 177 ◦ blue 250

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

Shades of Melrose #BEB1FA

Tints of Melrose #BEB1FA

RGB

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

 GREEN value IS 177 (69.53% from 255) = 28.69%

 BLUE value IS 250 (98.05% from 255) = 40.52%

R = 30.79%
G = 28.69%
B = 40.52%

CMYK

 C value IS 0.24

 M value IS 0.29

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BEB1FA (or 0xBEB1FA) is known color: Melrose. HEX triplet: BE, B1 and FA. RGB value is (190,177,250). Sum of RGB (Red+Green+Blue) = 190+177+250=617 (81% of max value = 765). Red value is 190 (74.61% from 255 or 30.79% from 617); Green value is 177 (69.53% from 255 or 28.69% from 617); Blue value is 250 (98.05% from 255 or 40.52% from 617); Max value from RGB is 250 - color contains mainly: blue. Hex color #BEB1FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BEB1FA is #414E05. Grayscale: #BCBCBC. Windows color (decimal): -4279814 or 16429502. OLE color: 16429502.

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

Color convert

RGB 190 177 250 -
CMYK 0.24 0.29 0 0.02
HSL 250.68º 0.88% 0.84% -
HSV(B) 250.68º 0.29% 0.98% -
XYZ 54.21 49.29 97.1 -
YUV 189.21 162.31 128.56 -
System Red Green Blue C M Y K H S L
Decimal 190 177 250 0.24 0.29 0 0.02 250.68 0.88 0.84
Hex BE B1 FA 18 1D 0 2 FB 58 54
Octal 276 261 372 30 35 0 2 373 130 124
Binary 10111110 10110001 11111010 11000 11101 0 10 11111011 1011000 1010100

Color Harmonies of #BEB1FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEB1FA

Black with #BEB1FA

Text Example


Text Example

White with #BEB1FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEB1FA; }

 p { color: rgb(190,177,250); }

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

background-color css

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

 a { background-color: rgb(190,177,250); }

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

border-color css

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

 span { border-color: rgb(190,177,250); }

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