Html Css Color HEX #BAA7FD Melrose

📋 copy color: '#BAA7FD'

red 186 ◦ green 167 ◦ blue 253

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

Shades of Melrose #BAA7FD

Tints of Melrose #BAA7FD

RGB

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

 GREEN value IS 167 (65.63% from 255) = 27.56%

 BLUE value IS 253 (99.22% from 255) = 41.75%

R = 30.69%
G = 27.56%
B = 41.75%

CMYK

 C value IS 0.26

 M value IS 0.34

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#BAA7FD (or 0xBAA7FD) is known color: Melrose. HEX triplet: BA, A7 and FD. RGB value is (186,167,253). Sum of RGB (Red+Green+Blue) = 186+167+253=606 (80% of max value = 765). Red value is 186 (73.05% from 255 or 30.69% from 606); Green value is 167 (65.62% from 255 or 27.56% from 606); Blue value is 253 (99.22% from 255 or 41.75% from 606); Max value from RGB is 253 - color contains mainly: blue. Hex color #BAA7FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BAA7FD is #455802. Grayscale: #B6B6B6. Windows color (decimal): -4544515 or 16623546. OLE color: 16623546.

HSL color Cylindrical-coordinate representation of color #BAA7FD: hue angle of 253.26º degrees, saturation: 0.96, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BAA7FD is Cyan = 0.26, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 186 167 253 -
CMYK 0.26 0.34 0 0.01
HSL 253.26º 0.96% 0.82% -
HSV(B) 253.26º 0.34% 0.99% -
XYZ 51.8 45.17 98.92 -
YUV 182.49 167.79 130.51 -
System Red Green Blue C M Y K H S L
Decimal 186 167 253 0.26 0.34 0 0.01 253.26 0.96 0.82
Hex BA A7 FD 1A 22 0 1 FD 60 52
Octal 272 247 375 32 42 0 1 375 140 122
Binary 10111010 10100111 11111101 11010 100010 0 1 11111101 1100000 1010010

Color Harmonies of #BAA7FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAA7FD

Black with #BAA7FD

Text Example


Text Example

White with #BAA7FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAA7FD; }

 p { color: rgb(186,167,253); }

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

background-color css

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

 a { background-color: rgb(186,167,253); }

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

border-color css

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

 span { border-color: rgb(186,167,253); }

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