Html Css Color HEX #BEB0EF Melrose

📋 copy color: '#BEB0EF'

red 190 ◦ green 176 ◦ blue 239

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

Shades of Melrose #BEB0EF

Tints of Melrose #BEB0EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 39.5%

R = 31.4%
G = 29.09%
B = 39.5%

CMYK

 C value IS 0.21

 M value IS 0.26

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#BEB0EF (or 0xBEB0EF) is known color: Melrose. HEX triplet: BE, B0 and EF. RGB value is (190,176,239). Sum of RGB (Red+Green+Blue) = 190+176+239=605 (80% of max value = 765). Red value is 190 (74.61% from 255 or 31.40% from 605); Green value is 176 (69.14% from 255 or 29.09% from 605); Blue value is 239 (93.75% from 255 or 39.50% from 605); Max value from RGB is 239 - color contains mainly: blue. Hex color #BEB0EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BEB0EF is #414F10. Grayscale: #BBBBBB. Windows color (decimal): -4280081 or 15708350. OLE color: 15708350.

HSL color Cylindrical-coordinate representation of color #BEB0EF: hue angle of 253.33º degrees, saturation: 0.66, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BEB0EF is Cyan = 0.21, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 190 176 239 -
CMYK 0.21 0.26 0 0.06
HSL 253.33º 0.66% 0.81% -
HSV(B) 253.33º 0.26% 0.94% -
XYZ 52.34 48.23 88.21 -
YUV 187.37 157.14 129.88 -
System Red Green Blue C M Y K H S L
Decimal 190 176 239 0.21 0.26 0 0.06 253.33 0.66 0.81
Hex BE B0 EF 15 1A 0 6 FD 42 51
Octal 276 260 357 25 32 0 6 375 102 121
Binary 10111110 10110000 11101111 10101 11010 0 110 11111101 1000010 1010001

Color Harmonies of #BEB0EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEB0EF

Black with #BEB0EF

Text Example


Text Example

White with #BEB0EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEB0EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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