Html Css Color HEX #BAABFA Melrose

📋 copy color: '#BAABFA'

red 186 ◦ green 171 ◦ blue 250

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

Shades of Melrose #BAABFA

Tints of Melrose #BAABFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 41.19%

R = 30.64%
G = 28.17%
B = 41.19%

CMYK

 C value IS 0.26

 M value IS 0.32

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BAABFA (or 0xBAABFA) is known color: Melrose. HEX triplet: BA, AB and FA. RGB value is (186,171,250). Sum of RGB (Red+Green+Blue) = 186+171+250=607 (80% of max value = 765). Red value is 186 (73.05% from 255 or 30.64% from 607); Green value is 171 (67.19% from 255 or 28.17% from 607); Blue value is 250 (98.05% from 255 or 41.19% from 607); Max value from RGB is 250 - color contains mainly: blue. Hex color #BAABFA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BAABFA is #455405. Grayscale: #B8B8B8. Windows color (decimal): -4543494 or 16427962. OLE color: 16427962.

HSL color Cylindrical-coordinate representation of color #BAABFA: hue angle of 251.39º degrees, saturation: 0.89, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BAABFA is Cyan = 0.26, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 186 171 250 -
CMYK 0.26 0.32 0 0.02
HSL 251.39º 0.89% 0.83% -
HSV(B) 251.39º 0.32% 0.98% -
XYZ 52.07 46.47 96.67 -
YUV 184.49 164.97 129.08 -
System Red Green Blue C M Y K H S L
Decimal 186 171 250 0.26 0.32 0 0.02 251.39 0.89 0.83
Hex BA AB FA 1A 20 0 2 FB 59 53
Octal 272 253 372 32 40 0 2 373 131 123
Binary 10111010 10101011 11111010 11010 100000 0 10 11111011 1011001 1010011

Color Harmonies of #BAABFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAABFA

Black with #BAABFA

Text Example


Text Example

White with #BAABFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAABFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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