Html Css Color HEX #BAAAEA Melrose

📋 copy color: '#BAAAEA'

red 186 ◦ green 170 ◦ blue 234

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

Shades of Melrose #BAAAEA

Tints of Melrose #BAAAEA

RGB

 RED value IS 186 (73.05% from 255) = 31.53%

 GREEN value IS 170 (66.8% from 255) = 28.81%

 BLUE value IS 234 (91.8% from 255) = 39.66%

R = 31.53%
G = 28.81%
B = 39.66%

CMYK

 C value IS 0.21

 M value IS 0.27

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#BAAAEA (or 0xBAAAEA) is known color: Melrose. HEX triplet: BA, AA and EA. RGB value is (186,170,234). Sum of RGB (Red+Green+Blue) = 186+170+234=590 (78% of max value = 765). Red value is 186 (73.05% from 255 or 31.53% from 590); Green value is 170 (66.80% from 255 or 28.81% from 590); Blue value is 234 (91.80% from 255 or 39.66% from 590); Max value from RGB is 234 - color contains mainly: blue. Hex color #BAAAEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BAAAEA is #455515. Grayscale: #B5B5B5. Windows color (decimal): -4543766 or 15379130. OLE color: 15379130.

HSL color Cylindrical-coordinate representation of color #BAAAEA: hue angle of 255º degrees, saturation: 0.6, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BAAAEA is Cyan = 0.21, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 186 170 234 -
CMYK 0.21 0.27 0 0.08
HSL 255º 0.6% 0.79% -
HSV(B) 255º 0.27% 0.92% -
XYZ 49.48 45.13 83.95 -
YUV 182.08 157.3 130.8 -
System Red Green Blue C M Y K H S L
Decimal 186 170 234 0.21 0.27 0 0.08 255 0.6 0.79
Hex BA AA EA 15 1B 0 8 FF 3C 4F
Octal 272 252 352 25 33 0 10 377 74 117
Binary 10111010 10101010 11101010 10101 11011 0 1000 11111111 111100 1001111

Color Harmonies of #BAAAEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAAAEA

Black with #BAAAEA

Text Example


Text Example

White with #BAAAEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAAAEA; }

 p { color: rgb(186,170,234); }

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

background-color css

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

 a { background-color: rgb(186,170,234); }

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

border-color css

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

 span { border-color: rgb(186,170,234); }

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