Html Css Color HEX #BEAEEE Melrose

📋 copy color: '#BEAEEE'

red 190 ◦ green 174 ◦ blue 238

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

Shades of Melrose #BEAEEE

Tints of Melrose #BEAEEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 39.53%

R = 31.56%
G = 28.9%
B = 39.53%

CMYK

 C value IS 0.20

 M value IS 0.27

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BEAEEE (or 0xBEAEEE) is known color: Melrose. HEX triplet: BE, AE and EE. RGB value is (190,174,238). Sum of RGB (Red+Green+Blue) = 190+174+238=602 (79% of max value = 765). Red value is 190 (74.61% from 255 or 31.56% from 602); Green value is 174 (68.36% from 255 or 28.90% from 602); Blue value is 238 (93.36% from 255 or 39.53% from 602); Max value from RGB is 238 - color contains mainly: blue. Hex color #BEAEEE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BEAEEE is #415111. Grayscale: #B9B9B9. Windows color (decimal): -4280594 or 15642302. OLE color: 15642302.

HSL color Cylindrical-coordinate representation of color #BEAEEE: hue angle of 255º degrees, saturation: 0.65, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BEAEEE is Cyan = 0.20, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 190 174 238 -
CMYK 0.20 0.27 0 0.07
HSL 255º 0.65% 0.81% -
HSV(B) 255º 0.27% 0.93% -
XYZ 51.8 47.39 87.31 -
YUV 186.08 157.3 130.8 -
System Red Green Blue C M Y K H S L
Decimal 190 174 238 0.20 0.27 0 0.07 255 0.65 0.81
Hex BE AE EE 14 1B 0 7 FF 41 51
Octal 276 256 356 24 33 0 7 377 101 121
Binary 10111110 10101110 11101110 10100 11011 0 111 11111111 1000001 1010001

Color Harmonies of #BEAEEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEAEEE

Black with #BEAEEE

Text Example


Text Example

White with #BEAEEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEAEEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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