Html Css Color HEX #BAACB6 Lily

📋 copy color: '#BAACB6'

red 186 ◦ green 172 ◦ blue 182

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

Shades of Lily #BAACB6

Tints of Lily #BAACB6

RGB

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

 GREEN value IS 172 (67.58% from 255) = 31.85%

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

R = 34.44%
G = 31.85%
B = 33.7%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.02

 K value IS 0.27

RGB Variations

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

Color information

#BAACB6 (or 0xBAACB6) is known color: Lily. HEX triplet: BA, AC and B6. RGB value is (186,172,182). Sum of RGB (Red+Green+Blue) = 186+172+182=540 (71% of max value = 765). Red value is 186 (73.05% from 255 or 34.44% from 540); Green value is 172 (67.58% from 255 or 31.85% from 540); Blue value is 182 (71.48% from 255 or 33.70% from 540); Max value from RGB is 186 - color contains mainly: red. Hex color #BAACB6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAACB6 is #455349. Grayscale: #B1B1B1. Windows color (decimal): -4543306 or 11971770. OLE color: 11971770.

HSL color Cylindrical-coordinate representation of color #BAACB6: hue angle of 317.14º degrees, saturation: 0.09, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #BAACB6 is Cyan = 0, Magento = 0.08, Yellow = 0.02 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 172 182 -
CMYK 0 0.08 0.02 0.27
HSL 317.14º 0.09% 0.7% -
HSV(B) 317.14º 0.08% 0.73% -
XYZ 43.45 43.32 50.33 -
YUV 177.33 130.64 134.19 -
System Red Green Blue C M Y K H S L
Decimal 186 172 182 0 0.08 0.02 0.27 317.14 0.09 0.7
Hex BA AC B6 0 8 2 1B 13D 9 46
Octal 272 254 266 0 10 2 33 475 11 106
Binary 10111010 10101100 10110110 0 1000 10 11011 100111101 1001 1000110

Color Harmonies of #BAACB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAACB6

Black with #BAACB6

Text Example


Text Example

White with #BAACB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAACB6; }

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

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

background-color css

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

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

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

border-color css

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

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

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