Html Css Color HEX #BAB0DA Melrose

📋 copy color: '#BAB0DA'

red 186 ◦ green 176 ◦ blue 218

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

Shades of Melrose #BAB0DA

Tints of Melrose #BAB0DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 37.59%

R = 32.07%
G = 30.34%
B = 37.59%

CMYK

 C value IS 0.15

 M value IS 0.19

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#BAB0DA (or 0xBAB0DA) is known color: Melrose. HEX triplet: BA, B0 and DA. RGB value is (186,176,218). Sum of RGB (Red+Green+Blue) = 186+176+218=580 (76% of max value = 765). Red value is 186 (73.05% from 255 or 32.07% from 580); Green value is 176 (69.14% from 255 or 30.34% from 580); Blue value is 218 (85.55% from 255 or 37.59% from 580); Max value from RGB is 218 - color contains mainly: blue. Hex color #BAB0DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAB0DA is #454F25. Grayscale: #B7B7B7. Windows color (decimal): -4542246 or 14332090. OLE color: 14332090.

HSL color Cylindrical-coordinate representation of color #BAB0DA: hue angle of 254.29º degrees, saturation: 0.36, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BAB0DA is Cyan = 0.15, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 186 176 218 -
CMYK 0.15 0.19 0 0.15
HSL 254.29º 0.36% 0.77% -
HSV(B) 254.29º 0.19% 0.85% -
XYZ 48.43 46.55 72.76 -
YUV 183.78 147.31 129.58 -
System Red Green Blue C M Y K H S L
Decimal 186 176 218 0.15 0.19 0 0.15 254.29 0.36 0.77
Hex BA B0 DA F 13 0 F FE 24 4D
Octal 272 260 332 17 23 0 17 376 44 115
Binary 10111010 10110000 11011010 1111 10011 0 1111 11111110 100100 1001101

Color Harmonies of #BAB0DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB0DA

Black with #BAB0DA

Text Example


Text Example

White with #BAB0DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB0DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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