Html Css Color HEX #BAA8EA Melrose

📋 copy color: '#BAA8EA'

red 186 ◦ green 168 ◦ blue 234

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

Shades of Melrose #BAA8EA

Tints of Melrose #BAA8EA

RGB

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

 GREEN value IS 168 (66.02% from 255) = 28.57%

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

R = 31.63%
G = 28.57%
B = 39.8%

CMYK

 C value IS 0.21

 M value IS 0.28

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#BAA8EA (or 0xBAA8EA) is known color: Melrose. HEX triplet: BA, A8 and EA. RGB value is (186,168,234). Sum of RGB (Red+Green+Blue) = 186+168+234=588 (77% of max value = 765). Red value is 186 (73.05% from 255 or 31.63% from 588); Green value is 168 (66.02% from 255 or 28.57% from 588); Blue value is 234 (91.80% from 255 or 39.80% from 588); Max value from RGB is 234 - color contains mainly: blue. Hex color #BAA8EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BAA8EA is #455715. Grayscale: #B4B4B4. Windows color (decimal): -4544278 or 15378618. OLE color: 15378618.

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

Color convert

RGB 186 168 234 -
CMYK 0.21 0.28 0 0.08
HSL 256.36º 0.61% 0.79% -
HSV(B) 256.36º 0.28% 0.92% -
XYZ 49.1 44.38 83.82 -
YUV 180.91 157.96 131.63 -
System Red Green Blue C M Y K H S L
Decimal 186 168 234 0.21 0.28 0 0.08 256.36 0.61 0.79
Hex BA A8 EA 15 1C 0 8 100 3D 4F
Octal 272 250 352 25 34 0 10 400 75 117
Binary 10111010 10101000 11101010 10101 11100 0 1000 100000000 111101 1001111

Color Harmonies of #BAA8EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAA8EA

Black with #BAA8EA

Text Example


Text Example

White with #BAA8EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAA8EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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