Html Css Color HEX #BEB0F1 Melrose

📋 copy color: '#BEB0F1'

red 190 ◦ green 176 ◦ blue 241

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

Shades of Melrose #BEB0F1

Tints of Melrose #BEB0F1

RGB

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

 GREEN value IS 176 (69.14% from 255) = 29%

 BLUE value IS 241 (94.53% from 255) = 39.7%

R = 31.3%
G = 29%
B = 39.7%

CMYK

 C value IS 0.21

 M value IS 0.27

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#BEB0F1 (or 0xBEB0F1) is known color: Melrose. HEX triplet: BE, B0 and F1. RGB value is (190,176,241). Sum of RGB (Red+Green+Blue) = 190+176+241=607 (80% of max value = 765). Red value is 190 (74.61% from 255 or 31.30% from 607); Green value is 176 (69.14% from 255 or 29.00% from 607); Blue value is 241 (94.53% from 255 or 39.70% from 607); Max value from RGB is 241 - color contains mainly: blue. Hex color #BEB0F1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BEB0F1 is #414F0E. Grayscale: #BBBBBB. Windows color (decimal): -4280079 or 15839422. OLE color: 15839422.

HSL color Cylindrical-coordinate representation of color #BEB0F1: hue angle of 252.92º degrees, saturation: 0.7, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BEB0F1 is Cyan = 0.21, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 190 176 241 -
CMYK 0.21 0.27 0 0.05
HSL 252.92º 0.7% 0.82% -
HSV(B) 252.92º 0.27% 0.95% -
XYZ 52.64 48.35 89.78 -
YUV 187.6 158.14 129.71 -
System Red Green Blue C M Y K H S L
Decimal 190 176 241 0.21 0.27 0 0.05 252.92 0.7 0.82
Hex BE B0 F1 15 1B 0 5 FD 46 52
Octal 276 260 361 25 33 0 5 375 106 122
Binary 10111110 10110000 11110001 10101 11011 0 101 11111101 1000110 1010010

Color Harmonies of #BEB0F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEB0F1

Black with #BEB0F1

Text Example


Text Example

White with #BEB0F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEB0F1; }

 p { color: rgb(190,176,241); }

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

background-color css

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

 a { background-color: rgb(190,176,241); }

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

border-color css

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

 span { border-color: rgb(190,176,241); }

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