Html Css Color HEX #BAB1F6 Melrose

📋 copy color: '#BAB1F6'

red 186 ◦ green 177 ◦ blue 246

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

Shades of Melrose #BAB1F6

Tints of Melrose #BAB1F6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 40.39%

R = 30.54%
G = 29.06%
B = 40.39%

CMYK

 C value IS 0.24

 M value IS 0.28

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#BAB1F6 (or 0xBAB1F6) is known color: Melrose. HEX triplet: BA, B1 and F6. RGB value is (186,177,246). Sum of RGB (Red+Green+Blue) = 186+177+246=609 (80% of max value = 765). Red value is 186 (73.05% from 255 or 30.54% from 609); Green value is 177 (69.53% from 255 or 29.06% from 609); Blue value is 246 (96.48% from 255 or 40.39% from 609); Max value from RGB is 246 - color contains mainly: blue. Hex color #BAB1F6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BAB1F6 is #454E09. Grayscale: #BBBBBB. Windows color (decimal): -4541962 or 16167354. OLE color: 16167354.

HSL color Cylindrical-coordinate representation of color #BAB1F6: hue angle of 247.83º degrees, saturation: 0.79, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BAB1F6 is Cyan = 0.24, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 186 177 246 -
CMYK 0.24 0.28 0 0.04
HSL 247.83º 0.79% 0.83% -
HSV(B) 247.83º 0.28% 0.96% -
XYZ 52.61 48.54 93.78 -
YUV 187.56 160.98 126.89 -
System Red Green Blue C M Y K H S L
Decimal 186 177 246 0.24 0.28 0 0.04 247.83 0.79 0.83
Hex BA B1 F6 18 1C 0 4 F8 4F 53
Octal 272 261 366 30 34 0 4 370 117 123
Binary 10111010 10110001 11110110 11000 11100 0 100 11111000 1001111 1010011

Color Harmonies of #BAB1F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB1F6

Black with #BAB1F6

Text Example


Text Example

White with #BAB1F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB1F6; }

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

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

background-color css

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

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

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

border-color css

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

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

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