Html Css Color HEX #BAB2E7 Melrose

📋 copy color: '#BAB2E7'

red 186 ◦ green 178 ◦ blue 231

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

Shades of Melrose #BAB2E7

Tints of Melrose #BAB2E7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 38.82%

R = 31.26%
G = 29.92%
B = 38.82%

CMYK

 C value IS 0.19

 M value IS 0.23

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#BAB2E7 (or 0xBAB2E7) is known color: Melrose. HEX triplet: BA, B2 and E7. RGB value is (186,178,231). Sum of RGB (Red+Green+Blue) = 186+178+231=595 (78% of max value = 765). Red value is 186 (73.05% from 255 or 31.26% from 595); Green value is 178 (69.92% from 255 or 29.92% from 595); Blue value is 231 (90.62% from 255 or 38.82% from 595); Max value from RGB is 231 - color contains mainly: blue. Hex color #BAB2E7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BAB2E7 is #454D18. Grayscale: #BABABA. Windows color (decimal): -4541721 or 15184570. OLE color: 15184570.

HSL color Cylindrical-coordinate representation of color #BAB2E7: hue angle of 249.06º degrees, saturation: 0.52, 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 #BAB2E7 is Cyan = 0.19, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 186 178 231 -
CMYK 0.19 0.23 0 0.09
HSL 249.06º 0.52% 0.8% -
HSV(B) 249.06º 0.23% 0.91% -
XYZ 50.59 48.05 82.21 -
YUV 186.43 153.15 127.69 -
System Red Green Blue C M Y K H S L
Decimal 186 178 231 0.19 0.23 0 0.09 249.06 0.52 0.8
Hex BA B2 E7 13 17 0 9 F9 34 50
Octal 272 262 347 23 27 0 11 371 64 120
Binary 10111010 10110010 11100111 10011 10111 0 1001 11111001 110100 1010000

Color Harmonies of #BAB2E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB2E7

Black with #BAB2E7

Text Example


Text Example

White with #BAB2E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB2E7; }

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

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

background-color css

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

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

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

border-color css

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

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

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