Html Css Color HEX #BA9BAE Lily

📋 copy color: '#BA9BAE'

red 186 ◦ green 155 ◦ blue 174

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

Shades of Lily #BA9BAE

Tints of Lily #BA9BAE

RGB

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

 GREEN value IS 155 (60.94% from 255) = 30.1%

 BLUE value IS 174 (68.36% from 255) = 33.79%

R = 36.12%
G = 30.1%
B = 33.79%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.06

 K value IS 0.27

RGB Variations

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

Color information

#BA9BAE (or 0xBA9BAE) is known color: Lily. HEX triplet: BA, 9B and AE. RGB value is (186,155,174). Sum of RGB (Red+Green+Blue) = 186+155+174=515 (68% of max value = 765). Red value is 186 (73.05% from 255 or 36.12% from 515); Green value is 155 (60.94% from 255 or 30.10% from 515); Blue value is 174 (68.36% from 255 or 33.79% from 515); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9BAE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA9BAE is #456451. Grayscale: #A6A6A6. Windows color (decimal): -4547666 or 11443130. OLE color: 11443130.

HSL color Cylindrical-coordinate representation of color #BA9BAE: hue angle of 323.23º degrees, saturation: 0.18, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BA9BAE is Cyan = 0, Magento = 0.17, Yellow = 0.06 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 155 174 -
CMYK 0 0.17 0.06 0.27
HSL 323.23º 0.18% 0.67% -
HSV(B) 323.23º 0.17% 0.73% -
XYZ 39.61 36.94 45.09 -
YUV 166.44 132.27 141.96 -
System Red Green Blue C M Y K H S L
Decimal 186 155 174 0 0.17 0.06 0.27 323.23 0.18 0.67
Hex BA 9B AE 0 11 6 1B 143 12 43
Octal 272 233 256 0 21 6 33 503 22 103
Binary 10111010 10011011 10101110 0 10001 110 11011 101000011 10010 1000011

Color Harmonies of #BA9BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA9BAE

Black with #BA9BAE

Text Example


Text Example

White with #BA9BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA9BAE; }

 p { color: rgb(186,155,174); }

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

background-color css

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

 a { background-color: rgb(186,155,174); }

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

border-color css

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

 span { border-color: rgb(186,155,174); }

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