Html Css Color HEX #BAB0EC Melrose

📋 copy color: '#BAB0EC'

red 186 ◦ green 176 ◦ blue 236

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

Shades of Melrose #BAB0EC

Tints of Melrose #BAB0EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 39.46%

R = 31.1%
G = 29.43%
B = 39.46%

CMYK

 C value IS 0.21

 M value IS 0.25

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BAB0EC (or 0xBAB0EC) is known color: Melrose. HEX triplet: BA, B0 and EC. RGB value is (186,176,236). Sum of RGB (Red+Green+Blue) = 186+176+236=598 (79% of max value = 765). Red value is 186 (73.05% from 255 or 31.10% from 598); Green value is 176 (69.14% from 255 or 29.43% from 598); Blue value is 236 (92.58% from 255 or 39.46% from 598); Max value from RGB is 236 - color contains mainly: blue. Hex color #BAB0EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BAB0EC is #454F13. Grayscale: #B9B9B9. Windows color (decimal): -4542228 or 15511738. OLE color: 15511738.

HSL color Cylindrical-coordinate representation of color #BAB0EC: hue angle of 250º degrees, saturation: 0.61, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BAB0EC is Cyan = 0.21, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 186 176 236 -
CMYK 0.21 0.25 0 0.07
HSL 250º 0.61% 0.81% -
HSV(B) 250º 0.25% 0.93% -
XYZ 50.92 47.55 85.85 -
YUV 185.83 156.31 128.12 -
System Red Green Blue C M Y K H S L
Decimal 186 176 236 0.21 0.25 0 0.07 250 0.61 0.81
Hex BA B0 EC 15 19 0 7 FA 3D 51
Octal 272 260 354 25 31 0 7 372 75 121
Binary 10111010 10110000 11101100 10101 11001 0 111 11111010 111101 1010001

Color Harmonies of #BAB0EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB0EC

Black with #BAB0EC

Text Example


Text Example

White with #BAB0EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB0EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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