Html Css Color HEX #BAB2E5 Melrose

📋 copy color: '#BAB2E5'

red 186 ◦ green 178 ◦ blue 229

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

Shades of Melrose #BAB2E5

Tints of Melrose #BAB2E5

RGB

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

 GREEN value IS 178 (69.92% from 255) = 30.02%

 BLUE value IS 229 (89.84% from 255) = 38.62%

R = 31.37%
G = 30.02%
B = 38.62%

CMYK

 C value IS 0.19

 M value IS 0.22

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#BAB2E5 (or 0xBAB2E5) is known color: Melrose. HEX triplet: BA, B2 and E5. RGB value is (186,178,229). Sum of RGB (Red+Green+Blue) = 186+178+229=593 (78% of max value = 765). Red value is 186 (73.05% from 255 or 31.37% from 593); Green value is 178 (69.92% from 255 or 30.02% from 593); Blue value is 229 (89.84% from 255 or 38.62% from 593); Max value from RGB is 229 - color contains mainly: blue. Hex color #BAB2E5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAB2E5 is #454D1A. Grayscale: #BABABA. Windows color (decimal): -4541723 or 15053498. OLE color: 15053498.

HSL color Cylindrical-coordinate representation of color #BAB2E5: hue angle of 249.41º degrees, saturation: 0.5, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BAB2E5 is Cyan = 0.19, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 186 178 229 -
CMYK 0.19 0.22 0 0.10
HSL 249.41º 0.5% 0.8% -
HSV(B) 249.41º 0.22% 0.9% -
XYZ 50.31 47.94 80.73 -
YUV 186.21 152.15 127.85 -
System Red Green Blue C M Y K H S L
Decimal 186 178 229 0.19 0.22 0 0.10 249.41 0.5 0.8
Hex BA B2 E5 13 16 0 A F9 32 50
Octal 272 262 345 23 26 0 12 371 62 120
Binary 10111010 10110010 11100101 10011 10110 0 1010 11111001 110010 1010000

Color Harmonies of #BAB2E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB2E5

Black with #BAB2E5

Text Example


Text Example

White with #BAB2E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB2E5; }

 p { color: rgb(186,178,229); }

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

background-color css

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

 a { background-color: rgb(186,178,229); }

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

border-color css

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

 span { border-color: rgb(186,178,229); }

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