Html Css Color HEX #BAB2DF Melrose

📋 copy color: '#BAB2DF'

red 186 ◦ green 178 ◦ blue 223

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

Shades of Melrose #BAB2DF

Tints of Melrose #BAB2DF

RGB

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

 GREEN value IS 178 (69.92% from 255) = 30.32%

 BLUE value IS 223 (87.5% from 255) = 37.99%

R = 31.69%
G = 30.32%
B = 37.99%

CMYK

 C value IS 0.17

 M value IS 0.20

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BAB2DF (or 0xBAB2DF) is known color: Melrose. HEX triplet: BA, B2 and DF. RGB value is (186,178,223). Sum of RGB (Red+Green+Blue) = 186+178+223=587 (77% of max value = 765). Red value is 186 (73.05% from 255 or 31.69% from 587); Green value is 178 (69.92% from 255 or 30.32% from 587); Blue value is 223 (87.5% from 255 or 37.99% from 587); Max value from RGB is 223 - color contains mainly: blue. Hex color #BAB2DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAB2DF is #454D20. Grayscale: #B9B9B9. Windows color (decimal): -4541729 or 14660282. OLE color: 14660282.

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

Color convert

RGB 186 178 223 -
CMYK 0.17 0.20 0 0.13
HSL 250.67º 0.41% 0.79% -
HSV(B) 250.67º 0.2% 0.87% -
XYZ 49.49 47.61 76.39 -
YUV 185.52 149.15 128.34 -
System Red Green Blue C M Y K H S L
Decimal 186 178 223 0.17 0.20 0 0.13 250.67 0.41 0.79
Hex BA B2 DF 11 14 0 D FB 29 4F
Octal 272 262 337 21 24 0 15 373 51 117
Binary 10111010 10110010 11011111 10001 10100 0 1101 11111011 101001 1001111

Color Harmonies of #BAB2DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB2DF

Black with #BAB2DF

Text Example


Text Example

White with #BAB2DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB2DF; }

 p { color: rgb(186,178,223); }

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

background-color css

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

 a { background-color: rgb(186,178,223); }

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

border-color css

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

 span { border-color: rgb(186,178,223); }

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