Html Css Color HEX #BAA8EF Melrose

📋 copy color: '#BAA8EF'

red 186 ◦ green 168 ◦ blue 239

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

Shades of Melrose #BAA8EF

Tints of Melrose #BAA8EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 40.3%

R = 31.37%
G = 28.33%
B = 40.3%

CMYK

 C value IS 0.22

 M value IS 0.30

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#BAA8EF (or 0xBAA8EF) is known color: Melrose. HEX triplet: BA, A8 and EF. RGB value is (186,168,239). Sum of RGB (Red+Green+Blue) = 186+168+239=593 (78% of max value = 765). Red value is 186 (73.05% from 255 or 31.37% from 593); Green value is 168 (66.02% from 255 or 28.33% from 593); Blue value is 239 (93.75% from 255 or 40.30% from 593); Max value from RGB is 239 - color contains mainly: blue. Hex color #BAA8EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BAA8EF is #455710. Grayscale: #B5B5B5. Windows color (decimal): -4544273 or 15706298. OLE color: 15706298.

HSL color Cylindrical-coordinate representation of color #BAA8EF: hue angle of 255.21º degrees, saturation: 0.69, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BAA8EF is Cyan = 0.22, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 186 168 239 -
CMYK 0.22 0.30 0 0.06
HSL 255.21º 0.69% 0.8% -
HSV(B) 255.21º 0.3% 0.94% -
XYZ 49.83 44.68 87.66 -
YUV 181.48 160.46 131.23 -
System Red Green Blue C M Y K H S L
Decimal 186 168 239 0.22 0.30 0 0.06 255.21 0.69 0.8
Hex BA A8 EF 16 1E 0 6 FF 45 50
Octal 272 250 357 26 36 0 6 377 105 120
Binary 10111010 10101000 11101111 10110 11110 0 110 11111111 1000101 1010000

Color Harmonies of #BAA8EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAA8EF

Black with #BAA8EF

Text Example


Text Example

White with #BAA8EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAA8EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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