Html Css Color HEX #BAACB2 Lily

📋 copy color: '#BAACB2'

red 186 ◦ green 172 ◦ blue 178

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

Shades of Lily #BAACB2

Tints of Lily #BAACB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 33.21%

R = 34.7%
G = 32.09%
B = 33.21%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.04

 K value IS 0.27

RGB Variations

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

Color information

#BAACB2 (or 0xBAACB2) is known color: Lily. HEX triplet: BA, AC and B2. RGB value is (186,172,178). Sum of RGB (Red+Green+Blue) = 186+172+178=536 (70% of max value = 765). Red value is 186 (73.05% from 255 or 34.70% from 536); Green value is 172 (67.58% from 255 or 32.09% from 536); Blue value is 178 (69.92% from 255 or 33.21% from 536); Max value from RGB is 186 - color contains mainly: red. Hex color #BAACB2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAACB2 is #45534D. Grayscale: #B0B0B0. Windows color (decimal): -4543310 or 11709626. OLE color: 11709626.

HSL color Cylindrical-coordinate representation of color #BAACB2: hue angle of 334.29º 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 #BAACB2 is Cyan = 0, Magento = 0.08, Yellow = 0.04 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 172 178 -
CMYK 0 0.08 0.04 0.27
HSL 334.29º 0.09% 0.7% -
HSV(B) 334.29º 0.08% 0.73% -
XYZ 43.04 43.16 48.18 -
YUV 176.87 128.64 134.51 -
System Red Green Blue C M Y K H S L
Decimal 186 172 178 0 0.08 0.04 0.27 334.29 0.09 0.7
Hex BA AC B2 0 8 4 1B 14E 9 46
Octal 272 254 262 0 10 4 33 516 11 106
Binary 10111010 10101100 10110010 0 1000 100 11011 101001110 1001 1000110

Color Harmonies of #BAACB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAACB2

Black with #BAACB2

Text Example


Text Example

White with #BAACB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAACB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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