Html Css Color HEX #BAB1DE Melrose

📋 copy color: '#BAB1DE'

red 186 ◦ green 177 ◦ blue 222

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

Shades of Melrose #BAB1DE

Tints of Melrose #BAB1DE

RGB

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

 GREEN value IS 177 (69.53% from 255) = 30.26%

 BLUE value IS 222 (87.11% from 255) = 37.95%

R = 31.79%
G = 30.26%
B = 37.95%

CMYK

 C value IS 0.16

 M value IS 0.20

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BAB1DE (or 0xBAB1DE) is known color: Melrose. HEX triplet: BA, B1 and DE. RGB value is (186,177,222). Sum of RGB (Red+Green+Blue) = 186+177+222=585 (77% of max value = 765). Red value is 186 (73.05% from 255 or 31.79% from 585); Green value is 177 (69.53% from 255 or 30.26% from 585); Blue value is 222 (87.11% from 255 or 37.95% from 585); Max value from RGB is 222 - color contains mainly: blue. Hex color #BAB1DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAB1DE is #454E21. Grayscale: #B8B8B8. Windows color (decimal): -4541986 or 14594490. OLE color: 14594490.

HSL color Cylindrical-coordinate representation of color #BAB1DE: hue angle of 252º degrees, saturation: 0.41, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BAB1DE is Cyan = 0.16, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 186 177 222 -
CMYK 0.16 0.20 0 0.13
HSL 252º 0.41% 0.78% -
HSV(B) 252º 0.2% 0.87% -
XYZ 49.16 47.16 75.62 -
YUV 184.82 148.98 128.84 -
System Red Green Blue C M Y K H S L
Decimal 186 177 222 0.16 0.20 0 0.13 252 0.41 0.78
Hex BA B1 DE 10 14 0 D FC 29 4E
Octal 272 261 336 20 24 0 15 374 51 116
Binary 10111010 10110001 11011110 10000 10100 0 1101 11111100 101001 1001110

Color Harmonies of #BAB1DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB1DE

Black with #BAB1DE

Text Example


Text Example

White with #BAB1DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB1DE; }

 p { color: rgb(186,177,222); }

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

background-color css

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

 a { background-color: rgb(186,177,222); }

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

border-color css

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

 span { border-color: rgb(186,177,222); }

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