Html Css Color HEX #BEAEE3 Melrose

📋 copy color: '#BEAEE3'

red 190 ◦ green 174 ◦ blue 227

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

Shades of Melrose #BEAEE3

Tints of Melrose #BEAEE3

RGB

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

 GREEN value IS 174 (68.36% from 255) = 29.44%

 BLUE value IS 227 (89.06% from 255) = 38.41%

R = 32.15%
G = 29.44%
B = 38.41%

CMYK

 C value IS 0.16

 M value IS 0.23

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#BEAEE3 (or 0xBEAEE3) is known color: Melrose. HEX triplet: BE, AE and E3. RGB value is (190,174,227). Sum of RGB (Red+Green+Blue) = 190+174+227=591 (78% of max value = 765). Red value is 190 (74.61% from 255 or 32.15% from 591); Green value is 174 (68.36% from 255 or 29.44% from 591); Blue value is 227 (89.06% from 255 or 38.41% from 591); Max value from RGB is 227 - color contains mainly: blue. Hex color #BEAEE3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BEAEE3 is #41511C. Grayscale: #B8B8B8. Windows color (decimal): -4280605 or 14921406. OLE color: 14921406.

HSL color Cylindrical-coordinate representation of color #BEAEE3: hue angle of 258.11º degrees, saturation: 0.49, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BEAEE3 is Cyan = 0.16, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 190 174 227 -
CMYK 0.16 0.23 0 0.11
HSL 258.11º 0.49% 0.79% -
HSV(B) 258.11º 0.23% 0.89% -
XYZ 50.24 46.77 79.05 -
YUV 184.83 151.8 131.69 -
System Red Green Blue C M Y K H S L
Decimal 190 174 227 0.16 0.23 0 0.11 258.11 0.49 0.79
Hex BE AE E3 10 17 0 B 102 31 4F
Octal 276 256 343 20 27 0 13 402 61 117
Binary 10111110 10101110 11100011 10000 10111 0 1011 100000010 110001 1001111

Color Harmonies of #BEAEE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEAEE3

Black with #BEAEE3

Text Example


Text Example

White with #BEAEE3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEAEE3; }

 p { color: rgb(190,174,227); }

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

background-color css

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

 a { background-color: rgb(190,174,227); }

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

border-color css

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

 span { border-color: rgb(190,174,227); }

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