Html Css Color HEX #BAACB4 Lily

📋 copy color: '#BAACB4'

red 186 ◦ green 172 ◦ blue 180

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

Shades of Lily #BAACB4

Tints of Lily #BAACB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 33.46%

R = 34.57%
G = 31.97%
B = 33.46%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.03

 K value IS 0.27

RGB Variations

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

Color information

#BAACB4 (or 0xBAACB4) is known color: Lily. HEX triplet: BA, AC and B4. RGB value is (186,172,180). Sum of RGB (Red+Green+Blue) = 186+172+180=538 (71% of max value = 765). Red value is 186 (73.05% from 255 or 34.57% from 538); Green value is 172 (67.58% from 255 or 31.97% from 538); Blue value is 180 (70.70% from 255 or 33.46% from 538); Max value from RGB is 186 - color contains mainly: red. Hex color #BAACB4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAACB4 is #45534B. Grayscale: #B1B1B1. Windows color (decimal): -4543308 or 11840698. OLE color: 11840698.

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

Color convert

RGB 186 172 180 -
CMYK 0 0.08 0.03 0.27
HSL 325.71º 0.09% 0.7% -
HSV(B) 325.71º 0.08% 0.73% -
XYZ 43.24 43.24 49.25 -
YUV 177.1 129.64 134.35 -
System Red Green Blue C M Y K H S L
Decimal 186 172 180 0 0.08 0.03 0.27 325.71 0.09 0.7
Hex BA AC B4 0 8 3 1B 146 9 46
Octal 272 254 264 0 10 3 33 506 11 106
Binary 10111010 10101100 10110100 0 1000 11 11011 101000110 1001 1000110

Color Harmonies of #BAACB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAACB4

Black with #BAACB4

Text Example


Text Example

White with #BAACB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAACB4; }

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

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

background-color css

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

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

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

border-color css

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

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

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