Html Css Color HEX #BAACF0 Melrose

📋 copy color: '#BAACF0'

red 186 ◦ green 172 ◦ blue 240

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

Shades of Melrose #BAACF0

Tints of Melrose #BAACF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 40.13%

R = 31.1%
G = 28.76%
B = 40.13%

CMYK

 C value IS 0.22

 M value IS 0.28

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#BAACF0 (or 0xBAACF0) is known color: Melrose. HEX triplet: BA, AC and F0. RGB value is (186,172,240). Sum of RGB (Red+Green+Blue) = 186+172+240=598 (79% of max value = 765). Red value is 186 (73.05% from 255 or 31.10% from 598); Green value is 172 (67.58% from 255 or 28.76% from 598); Blue value is 240 (94.14% from 255 or 40.13% from 598); Max value from RGB is 240 - color contains mainly: blue. Hex color #BAACF0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BAACF0 is #45530F. Grayscale: #B7B7B7. Windows color (decimal): -4543248 or 15772858. OLE color: 15772858.

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

Color convert

RGB 186 172 240 -
CMYK 0.22 0.28 0 0.06
HSL 252.35º 0.69% 0.81% -
HSV(B) 252.35º 0.28% 0.94% -
XYZ 50.73 46.24 88.69 -
YUV 183.94 159.64 129.47 -
System Red Green Blue C M Y K H S L
Decimal 186 172 240 0.22 0.28 0 0.06 252.35 0.69 0.81
Hex BA AC F0 16 1C 0 6 FC 45 51
Octal 272 254 360 26 34 0 6 374 105 121
Binary 10111010 10101100 11110000 10110 11100 0 110 11111100 1000101 1010001

Color Harmonies of #BAACF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAACF0

Black with #BAACF0

Text Example


Text Example

White with #BAACF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAACF0; }

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

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

background-color css

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

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

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

border-color css

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

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

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