Html Css Color HEX #BAAAEE Melrose

📋 copy color: '#BAAAEE'

red 186 ◦ green 170 ◦ blue 238

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

Shades of Melrose #BAAAEE

Tints of Melrose #BAAAEE

RGB

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

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

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

R = 31.31%
G = 28.62%
B = 40.07%

CMYK

 C value IS 0.22

 M value IS 0.29

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BAAAEE (or 0xBAAAEE) is known color: Melrose. HEX triplet: BA, AA and EE. RGB value is (186,170,238). Sum of RGB (Red+Green+Blue) = 186+170+238=594 (78% of max value = 765). Red value is 186 (73.05% from 255 or 31.31% from 594); Green value is 170 (66.80% from 255 or 28.62% from 594); Blue value is 238 (93.36% from 255 or 40.07% from 594); Max value from RGB is 238 - color contains mainly: blue. Hex color #BAAAEE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BAAAEE is #455511. Grayscale: #B6B6B6. Windows color (decimal): -4543762 or 15641274. OLE color: 15641274.

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

Color convert

RGB 186 170 238 -
CMYK 0.22 0.29 0 0.07
HSL 254.12º 0.67% 0.8% -
HSV(B) 254.12º 0.29% 0.93% -
XYZ 50.06 45.36 87.01 -
YUV 182.54 159.3 130.47 -
System Red Green Blue C M Y K H S L
Decimal 186 170 238 0.22 0.29 0 0.07 254.12 0.67 0.8
Hex BA AA EE 16 1D 0 7 FE 43 50
Octal 272 252 356 26 35 0 7 376 103 120
Binary 10111010 10101010 11101110 10110 11101 0 111 11111110 1000011 1010000

Color Harmonies of #BAAAEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAAAEE

Black with #BAAAEE

Text Example


Text Example

White with #BAAAEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAAAEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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