Html Css Color HEX #BAB1F9 Melrose

📋 copy color: '#BAB1F9'

red 186 ◦ green 177 ◦ blue 249

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

Shades of Melrose #BAB1F9

Tints of Melrose #BAB1F9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 40.69%

R = 30.39%
G = 28.92%
B = 40.69%

CMYK

 C value IS 0.25

 M value IS 0.29

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BAB1F9 (or 0xBAB1F9) is known color: Melrose. HEX triplet: BA, B1 and F9. RGB value is (186,177,249). Sum of RGB (Red+Green+Blue) = 186+177+249=612 (81% of max value = 765). Red value is 186 (73.05% from 255 or 30.39% from 612); Green value is 177 (69.53% from 255 or 28.92% from 612); Blue value is 249 (97.66% from 255 or 40.69% from 612); Max value from RGB is 249 - color contains mainly: blue. Hex color #BAB1F9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BAB1F9 is #454E06. Grayscale: #BBBBBB. Windows color (decimal): -4541959 or 16363962. OLE color: 16363962.

HSL color Cylindrical-coordinate representation of color #BAB1F9: hue angle of 247.5º degrees, saturation: 0.86, 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 #BAB1F9 is Cyan = 0.25, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 186 177 249 -
CMYK 0.25 0.29 0 0.02
HSL 247.5º 0.86% 0.84% -
HSV(B) 247.5º 0.29% 0.98% -
XYZ 53.07 48.72 96.23 -
YUV 187.9 162.48 126.65 -
System Red Green Blue C M Y K H S L
Decimal 186 177 249 0.25 0.29 0 0.02 247.5 0.86 0.84
Hex BA B1 F9 19 1D 0 2 F8 56 54
Octal 272 261 371 31 35 0 2 370 126 124
Binary 10111010 10110001 11111001 11001 11101 0 10 11111000 1010110 1010100

Color Harmonies of #BAB1F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB1F9

Black with #BAB1F9

Text Example


Text Example

White with #BAB1F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB1F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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