Html Css Color HEX #BAB1FA Melrose

📋 copy color: '#BAB1FA'

red 186 ◦ green 177 ◦ blue 250

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

Shades of Melrose #BAB1FA

Tints of Melrose #BAB1FA

RGB

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

 GREEN value IS 177 (69.53% from 255) = 28.87%

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

R = 30.34%
G = 28.87%
B = 40.78%

CMYK

 C value IS 0.26

 M value IS 0.29

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BAB1FA (or 0xBAB1FA) is known color: Melrose. HEX triplet: BA, B1 and FA. RGB value is (186,177,250). Sum of RGB (Red+Green+Blue) = 186+177+250=613 (81% of max value = 765). Red value is 186 (73.05% from 255 or 30.34% from 613); Green value is 177 (69.53% from 255 or 28.87% from 613); Blue value is 250 (98.05% from 255 or 40.78% from 613); Max value from RGB is 250 - color contains mainly: blue. Hex color #BAB1FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BAB1FA is #454E05. Grayscale: #BBBBBB. Windows color (decimal): -4541958 or 16429498. OLE color: 16429498.

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

Color convert

RGB 186 177 250 -
CMYK 0.26 0.29 0 0.02
HSL 247.4º 0.88% 0.84% -
HSV(B) 247.4º 0.29% 0.98% -
XYZ 53.23 48.79 97.05 -
YUV 188.01 162.98 126.56 -
System Red Green Blue C M Y K H S L
Decimal 186 177 250 0.26 0.29 0 0.02 247.4 0.88 0.84
Hex BA B1 FA 1A 1D 0 2 F7 58 54
Octal 272 261 372 32 35 0 2 367 130 124
Binary 10111010 10110001 11111010 11010 11101 0 10 11110111 1011000 1010100

Color Harmonies of #BAB1FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB1FA

Black with #BAB1FA

Text Example


Text Example

White with #BAB1FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB1FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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