Html Css Color HEX #BAB2E8 Melrose

📋 copy color: '#BAB2E8'

red 186 ◦ green 178 ◦ blue 232

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

Shades of Melrose #BAB2E8

Tints of Melrose #BAB2E8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 38.93%

R = 31.21%
G = 29.87%
B = 38.93%

CMYK

 C value IS 0.20

 M value IS 0.23

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#BAB2E8 (or 0xBAB2E8) is known color: Melrose. HEX triplet: BA, B2 and E8. RGB value is (186,178,232). Sum of RGB (Red+Green+Blue) = 186+178+232=596 (78% of max value = 765). Red value is 186 (73.05% from 255 or 31.21% from 596); Green value is 178 (69.92% from 255 or 29.87% from 596); Blue value is 232 (91.02% from 255 or 38.93% from 596); Max value from RGB is 232 - color contains mainly: blue. Hex color #BAB2E8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BAB2E8 is #454D17. Grayscale: #BABABA. Windows color (decimal): -4541720 or 15250106. OLE color: 15250106.

HSL color Cylindrical-coordinate representation of color #BAB2E8: hue angle of 248.89º degrees, saturation: 0.54, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BAB2E8 is Cyan = 0.20, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 186 178 232 -
CMYK 0.20 0.23 0 0.09
HSL 248.89º 0.54% 0.8% -
HSV(B) 248.89º 0.23% 0.91% -
XYZ 50.74 48.11 82.96 -
YUV 186.55 153.65 127.61 -
System Red Green Blue C M Y K H S L
Decimal 186 178 232 0.20 0.23 0 0.09 248.89 0.54 0.8
Hex BA B2 E8 14 17 0 9 F9 36 50
Octal 272 262 350 24 27 0 11 371 66 120
Binary 10111010 10110010 11101000 10100 10111 0 1001 11111001 110110 1010000

Color Harmonies of #BAB2E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB2E8

Black with #BAB2E8

Text Example


Text Example

White with #BAB2E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB2E8; }

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

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

background-color css

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

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

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

border-color css

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

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

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