Html Css Color HEX #BEAEEC Melrose

📋 copy color: '#BEAEEC'

red 190 ◦ green 174 ◦ blue 236

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

Shades of Melrose #BEAEEC

Tints of Melrose #BEAEEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 39.33%

R = 31.67%
G = 29%
B = 39.33%

CMYK

 C value IS 0.19

 M value IS 0.26

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BEAEEC (or 0xBEAEEC) is known color: Melrose. HEX triplet: BE, AE and EC. RGB value is (190,174,236). Sum of RGB (Red+Green+Blue) = 190+174+236=600 (79% of max value = 765). Red value is 190 (74.61% from 255 or 31.67% from 600); Green value is 174 (68.36% from 255 or 29% from 600); Blue value is 236 (92.58% from 255 or 39.33% from 600); Max value from RGB is 236 - color contains mainly: blue. Hex color #BEAEEC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BEAEEC is #415113. Grayscale: #B9B9B9. Windows color (decimal): -4280596 or 15511230. OLE color: 15511230.

HSL color Cylindrical-coordinate representation of color #BEAEEC: hue angle of 255.48º degrees, saturation: 0.62, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BEAEEC is Cyan = 0.19, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 190 174 236 -
CMYK 0.19 0.26 0 0.07
HSL 255.48º 0.62% 0.8% -
HSV(B) 255.48º 0.26% 0.93% -
XYZ 51.51 47.28 85.77 -
YUV 185.85 156.3 130.96 -
System Red Green Blue C M Y K H S L
Decimal 190 174 236 0.19 0.26 0 0.07 255.48 0.62 0.8
Hex BE AE EC 13 1A 0 7 FF 3E 50
Octal 276 256 354 23 32 0 7 377 76 120
Binary 10111110 10101110 11101100 10011 11010 0 111 11111111 111110 1010000

Color Harmonies of #BEAEEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEAEEC

Black with #BEAEEC

Text Example


Text Example

White with #BEAEEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEAEEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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