Html Css Color HEX #BAABF2 Melrose

📋 copy color: '#BAABF2'

red 186 ◦ green 171 ◦ blue 242

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

Shades of Melrose #BAABF2

Tints of Melrose #BAABF2

RGB

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

 GREEN value IS 171 (67.19% from 255) = 28.55%

 BLUE value IS 242 (94.92% from 255) = 40.4%

R = 31.05%
G = 28.55%
B = 40.4%

CMYK

 C value IS 0.23

 M value IS 0.29

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#BAABF2 (or 0xBAABF2) is known color: Melrose. HEX triplet: BA, AB and F2. RGB value is (186,171,242). Sum of RGB (Red+Green+Blue) = 186+171+242=599 (79% of max value = 765). Red value is 186 (73.05% from 255 or 31.05% from 599); Green value is 171 (67.19% from 255 or 28.55% from 599); Blue value is 242 (94.92% from 255 or 40.40% from 599); Max value from RGB is 242 - color contains mainly: blue. Hex color #BAABF2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BAABF2 is #45540D. Grayscale: #B7B7B7. Windows color (decimal): -4543502 or 15903674. OLE color: 15903674.

HSL color Cylindrical-coordinate representation of color #BAABF2: hue angle of 252.68º degrees, saturation: 0.73, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BAABF2 is Cyan = 0.23, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 186 171 242 -
CMYK 0.23 0.29 0 0.05
HSL 252.68º 0.73% 0.81% -
HSV(B) 252.68º 0.29% 0.95% -
XYZ 50.84 45.98 90.2 -
YUV 183.58 160.97 129.73 -
System Red Green Blue C M Y K H S L
Decimal 186 171 242 0.23 0.29 0 0.05 252.68 0.73 0.81
Hex BA AB F2 17 1D 0 5 FD 49 51
Octal 272 253 362 27 35 0 5 375 111 121
Binary 10111010 10101011 11110010 10111 11101 0 101 11111101 1001001 1010001

Color Harmonies of #BAABF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAABF2

Black with #BAABF2

Text Example


Text Example

White with #BAABF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAABF2; }

 p { color: rgb(186,171,242); }

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

background-color css

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

 a { background-color: rgb(186,171,242); }

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

border-color css

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

 span { border-color: rgb(186,171,242); }

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