Html Css Color HEX #BAA7B6 Lily

📋 copy color: '#BAA7B6'

red 186 ◦ green 167 ◦ blue 182

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

Shades of Lily #BAA7B6

Tints of Lily #BAA7B6

RGB

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

 GREEN value IS 167 (65.63% from 255) = 31.21%

 BLUE value IS 182 (71.48% from 255) = 34.02%

R = 34.77%
G = 31.21%
B = 34.02%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.02

 K value IS 0.27

RGB Variations

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

Color information

#BAA7B6 (or 0xBAA7B6) is known color: Lily. HEX triplet: BA, A7 and B6. RGB value is (186,167,182). Sum of RGB (Red+Green+Blue) = 186+167+182=535 (70% of max value = 765). Red value is 186 (73.05% from 255 or 34.77% from 535); Green value is 167 (65.62% from 255 or 31.21% from 535); Blue value is 182 (71.48% from 255 or 34.02% from 535); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA7B6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAA7B6 is #455849. Grayscale: #AEAEAE. Windows color (decimal): -4544586 or 11970490. OLE color: 11970490.

HSL color Cylindrical-coordinate representation of color #BAA7B6: hue angle of 312.63º degrees, saturation: 0.12, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #BAA7B6 is Cyan = 0, Magento = 0.10, Yellow = 0.02 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 167 182 -
CMYK 0 0.10 0.02 0.27
HSL 312.63º 0.12% 0.69% -
HSV(B) 312.63º 0.1% 0.73% -
XYZ 42.51 41.45 50.02 -
YUV 174.39 132.29 136.28 -
System Red Green Blue C M Y K H S L
Decimal 186 167 182 0 0.10 0.02 0.27 312.63 0.12 0.69
Hex BA A7 B6 0 A 2 1B 139 C 45
Octal 272 247 266 0 12 2 33 471 14 105
Binary 10111010 10100111 10110110 0 1010 10 11011 100111001 1100 1000101

Color Harmonies of #BAA7B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAA7B6

Black with #BAA7B6

Text Example


Text Example

White with #BAA7B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAA7B6; }

 p { color: rgb(186,167,182); }

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

background-color css

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

 a { background-color: rgb(186,167,182); }

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

border-color css

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

 span { border-color: rgb(186,167,182); }

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