Html Css Color HEX #BAB0EF Melrose

📋 copy color: '#BAB0EF'

red 186 ◦ green 176 ◦ blue 239

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

Shades of Melrose #BAB0EF

Tints of Melrose #BAB0EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 39.77%

R = 30.95%
G = 29.28%
B = 39.77%

CMYK

 C value IS 0.22

 M value IS 0.26

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#BAB0EF (or 0xBAB0EF) is known color: Melrose. HEX triplet: BA, B0 and EF. RGB value is (186,176,239). Sum of RGB (Red+Green+Blue) = 186+176+239=601 (79% of max value = 765). Red value is 186 (73.05% from 255 or 30.95% from 601); Green value is 176 (69.14% from 255 or 29.28% from 601); Blue value is 239 (93.75% from 255 or 39.77% from 601); Max value from RGB is 239 - color contains mainly: blue. Hex color #BAB0EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BAB0EF is #454F10. Grayscale: #B9B9B9. Windows color (decimal): -4542225 or 15708346. OLE color: 15708346.

HSL color Cylindrical-coordinate representation of color #BAB0EF: hue angle of 249.52º degrees, saturation: 0.66, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BAB0EF is Cyan = 0.22, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 186 176 239 -
CMYK 0.22 0.26 0 0.06
HSL 249.52º 0.66% 0.81% -
HSV(B) 249.52º 0.26% 0.94% -
XYZ 51.36 47.72 88.17 -
YUV 186.17 157.81 127.88 -
System Red Green Blue C M Y K H S L
Decimal 186 176 239 0.22 0.26 0 0.06 249.52 0.66 0.81
Hex BA B0 EF 16 1A 0 6 FA 42 51
Octal 272 260 357 26 32 0 6 372 102 121
Binary 10111010 10110000 11101111 10110 11010 0 110 11111010 1000010 1010001

Color Harmonies of #BAB0EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB0EF

Black with #BAB0EF

Text Example


Text Example

White with #BAB0EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB0EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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