Html Css Color HEX #BAB2B5 Lily

📋 copy color: '#BAB2B5'

red 186 ◦ green 178 ◦ blue 181

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

Shades of Lily #BAB2B5

Tints of Lily #BAB2B5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 33.21%

R = 34.13%
G = 32.66%
B = 33.21%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.03

 K value IS 0.27

RGB Variations

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

Color information

#BAB2B5 (or 0xBAB2B5) is known color: Lily. HEX triplet: BA, B2 and B5. RGB value is (186,178,181). Sum of RGB (Red+Green+Blue) = 186+178+181=545 (72% of max value = 765). Red value is 186 (73.05% from 255 or 34.13% from 545); Green value is 178 (69.92% from 255 or 32.66% from 545); Blue value is 181 (71.09% from 255 or 33.21% from 545); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB2B5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAB2B5 is #454D4A. Grayscale: #B4B4B4. Windows color (decimal): -4541771 or 11907770. OLE color: 11907770.

HSL color Cylindrical-coordinate representation of color #BAB2B5: hue angle of 337.5º degrees, saturation: 0.05, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #BAB2B5 is Cyan = 0, Magento = 0.04, Yellow = 0.03 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 178 181 -
CMYK 0 0.04 0.03 0.27
HSL 337.5º 0.05% 0.71% -
HSV(B) 337.5º 0.04% 0.73% -
XYZ 44.51 45.62 50.17 -
YUV 180.73 128.15 131.76 -
System Red Green Blue C M Y K H S L
Decimal 186 178 181 0 0.04 0.03 0.27 337.5 0.05 0.71
Hex BA B2 B5 0 4 3 1B 152 5 47
Octal 272 262 265 0 4 3 33 522 5 107
Binary 10111010 10110010 10110101 0 100 11 11011 101010010 101 1000111

Color Harmonies of #BAB2B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB2B5

Black with #BAB2B5

Text Example


Text Example

White with #BAB2B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB2B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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