Html Css Color HEX #BAACF7 Melrose

📋 copy color: '#BAACF7'

red 186 ◦ green 172 ◦ blue 247

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

Shades of Melrose #BAACF7

Tints of Melrose #BAACF7

RGB

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

 GREEN value IS 172 (67.58% from 255) = 28.43%

 BLUE value IS 247 (96.88% from 255) = 40.83%

R = 30.74%
G = 28.43%
B = 40.83%

CMYK

 C value IS 0.25

 M value IS 0.30

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#BAACF7 (or 0xBAACF7) is known color: Melrose. HEX triplet: BA, AC and F7. RGB value is (186,172,247). Sum of RGB (Red+Green+Blue) = 186+172+247=605 (80% of max value = 765). Red value is 186 (73.05% from 255 or 30.74% from 605); Green value is 172 (67.58% from 255 or 28.43% from 605); Blue value is 247 (96.88% from 255 or 40.83% from 605); Max value from RGB is 247 - color contains mainly: blue. Hex color #BAACF7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BAACF7 is #455308. Grayscale: #B8B8B8. Windows color (decimal): -4543241 or 16231610. OLE color: 16231610.

HSL color Cylindrical-coordinate representation of color #BAACF7: hue angle of 251.2º degrees, saturation: 0.82, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BAACF7 is Cyan = 0.25, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 186 172 247 -
CMYK 0.25 0.30 0 0.03
HSL 251.2º 0.82% 0.82% -
HSV(B) 251.2º 0.3% 0.97% -
XYZ 51.79 46.66 94.27 -
YUV 184.74 163.14 128.9 -
System Red Green Blue C M Y K H S L
Decimal 186 172 247 0.25 0.30 0 0.03 251.2 0.82 0.82
Hex BA AC F7 19 1E 0 3 FB 52 52
Octal 272 254 367 31 36 0 3 373 122 122
Binary 10111010 10101100 11110111 11001 11110 0 11 11111011 1010010 1010010

Color Harmonies of #BAACF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAACF7

Black with #BAACF7

Text Example


Text Example

White with #BAACF7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAACF7; }

 p { color: rgb(186,172,247); }

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

background-color css

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

 a { background-color: rgb(186,172,247); }

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

border-color css

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

 span { border-color: rgb(186,172,247); }

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