Html Css Color HEX #BAB0E7 Melrose

📋 copy color: '#BAB0E7'

red 186 ◦ green 176 ◦ blue 231

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

Shades of Melrose #BAB0E7

Tints of Melrose #BAB0E7

RGB

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

 GREEN value IS 176 (69.14% from 255) = 29.68%

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

R = 31.37%
G = 29.68%
B = 38.95%

CMYK

 C value IS 0.19

 M value IS 0.24

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#BAB0E7 (or 0xBAB0E7) is known color: Melrose. HEX triplet: BA, B0 and E7. RGB value is (186,176,231). Sum of RGB (Red+Green+Blue) = 186+176+231=593 (78% of max value = 765). Red value is 186 (73.05% from 255 or 31.37% from 593); Green value is 176 (69.14% from 255 or 29.68% from 593); Blue value is 231 (90.62% from 255 or 38.95% from 593); Max value from RGB is 231 - color contains mainly: blue. Hex color #BAB0E7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BAB0E7 is #454F18. Grayscale: #B9B9B9. Windows color (decimal): -4542233 or 15184058. OLE color: 15184058.

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

Color convert

RGB 186 176 231 -
CMYK 0.19 0.24 0 0.09
HSL 250.91º 0.53% 0.8% -
HSV(B) 250.91º 0.24% 0.91% -
XYZ 50.2 47.26 82.08 -
YUV 185.26 153.81 128.53 -
System Red Green Blue C M Y K H S L
Decimal 186 176 231 0.19 0.24 0 0.09 250.91 0.53 0.8
Hex BA B0 E7 13 18 0 9 FB 35 50
Octal 272 260 347 23 30 0 11 373 65 120
Binary 10111010 10110000 11100111 10011 11000 0 1001 11111011 110101 1010000

Color Harmonies of #BAB0E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB0E7

Black with #BAB0E7

Text Example


Text Example

White with #BAB0E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB0E7; }

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

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

background-color css

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

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

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

border-color css

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

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

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