Html Css Color HEX #BEB1DE Melrose

📋 copy color: '#BEB1DE'

red 190 ◦ green 177 ◦ blue 222

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

Shades of Melrose #BEB1DE

Tints of Melrose #BEB1DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 37.69%

R = 32.26%
G = 30.05%
B = 37.69%

CMYK

 C value IS 0.14

 M value IS 0.20

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BEB1DE (or 0xBEB1DE) is known color: Melrose. HEX triplet: BE, B1 and DE. RGB value is (190,177,222). Sum of RGB (Red+Green+Blue) = 190+177+222=589 (78% of max value = 765). Red value is 190 (74.61% from 255 or 32.26% from 589); Green value is 177 (69.53% from 255 or 30.05% from 589); Blue value is 222 (87.11% from 255 or 37.69% from 589); Max value from RGB is 222 - color contains mainly: blue. Hex color #BEB1DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BEB1DE is #414E21. Grayscale: #B9B9B9. Windows color (decimal): -4279842 or 14594494. OLE color: 14594494.

HSL color Cylindrical-coordinate representation of color #BEB1DE: hue angle of 257.33º degrees, saturation: 0.41, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BEB1DE is Cyan = 0.14, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 190 177 222 -
CMYK 0.14 0.20 0 0.13
HSL 257.33º 0.41% 0.78% -
HSV(B) 257.33º 0.2% 0.87% -
XYZ 50.14 47.67 75.66 -
YUV 186.02 148.31 130.84 -
System Red Green Blue C M Y K H S L
Decimal 190 177 222 0.14 0.20 0 0.13 257.33 0.41 0.78
Hex BE B1 DE E 14 0 D 101 29 4E
Octal 276 261 336 16 24 0 15 401 51 116
Binary 10111110 10110001 11011110 1110 10100 0 1101 100000001 101001 1001110

Color Harmonies of #BEB1DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEB1DE

Black with #BEB1DE

Text Example


Text Example

White with #BEB1DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEB1DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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