Html Css Color HEX #BAA8F4 Melrose

📋 copy color: '#BAA8F4'

red 186 ◦ green 168 ◦ blue 244

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

Shades of Melrose #BAA8F4

Tints of Melrose #BAA8F4

RGB

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

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

 BLUE value IS 244 (95.7% from 255) = 40.8%

R = 31.1%
G = 28.09%
B = 40.8%

CMYK

 C value IS 0.24

 M value IS 0.31

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#BAA8F4 (or 0xBAA8F4) is known color: Melrose. HEX triplet: BA, A8 and F4. RGB value is (186,168,244). Sum of RGB (Red+Green+Blue) = 186+168+244=598 (79% of max value = 765). Red value is 186 (73.05% from 255 or 31.10% from 598); Green value is 168 (66.02% from 255 or 28.09% from 598); Blue value is 244 (95.70% from 255 or 40.80% from 598); Max value from RGB is 244 - color contains mainly: blue. Hex color #BAA8F4 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BAA8F4 is #45570B. Grayscale: #B5B5B5. Windows color (decimal): -4544268 or 16033978. OLE color: 16033978.

HSL color Cylindrical-coordinate representation of color #BAA8F4: hue angle of 254.21º degrees, saturation: 0.78, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BAA8F4 is Cyan = 0.24, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 186 168 244 -
CMYK 0.24 0.31 0 0.04
HSL 254.21º 0.78% 0.81% -
HSV(B) 254.21º 0.31% 0.96% -
XYZ 50.58 44.98 91.6 -
YUV 182.05 162.96 130.82 -
System Red Green Blue C M Y K H S L
Decimal 186 168 244 0.24 0.31 0 0.04 254.21 0.78 0.81
Hex BA A8 F4 18 1F 0 4 FE 4E 51
Octal 272 250 364 30 37 0 4 376 116 121
Binary 10111010 10101000 11110100 11000 11111 0 100 11111110 1001110 1010001

Color Harmonies of #BAA8F4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAA8F4

Black with #BAA8F4

Text Example


Text Example

White with #BAA8F4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAA8F4; }

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

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

background-color css

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

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

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

border-color css

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

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

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