Html Css Color HEX #BA9BB3 Lily

📋 copy color: '#BA9BB3'

red 186 ◦ green 155 ◦ blue 179

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

Shades of Lily #BA9BB3

Tints of Lily #BA9BB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 34.42%

R = 35.77%
G = 29.81%
B = 34.42%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.04

 K value IS 0.27

RGB Variations

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

Color information

#BA9BB3 (or 0xBA9BB3) is known color: Lily. HEX triplet: BA, 9B and B3. RGB value is (186,155,179). Sum of RGB (Red+Green+Blue) = 186+155+179=520 (68% of max value = 765). Red value is 186 (73.05% from 255 or 35.77% from 520); Green value is 155 (60.94% from 255 or 29.81% from 520); Blue value is 179 (70.31% from 255 or 34.42% from 520); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9BB3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA9BB3 is #45644C. Grayscale: #A6A6A6. Windows color (decimal): -4547661 or 11770810. OLE color: 11770810.

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

Color convert

RGB 186 155 179 -
CMYK 0 0.17 0.04 0.27
HSL 313.55º 0.18% 0.67% -
HSV(B) 313.55º 0.17% 0.73% -
XYZ 40.11 37.14 47.7 -
YUV 167.01 134.77 141.55 -
System Red Green Blue C M Y K H S L
Decimal 186 155 179 0 0.17 0.04 0.27 313.55 0.18 0.67
Hex BA 9B B3 0 11 4 1B 13A 12 43
Octal 272 233 263 0 21 4 33 472 22 103
Binary 10111010 10011011 10110011 0 10001 100 11011 100111010 10010 1000011

Color Harmonies of #BA9BB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA9BB3

Black with #BA9BB3

Text Example


Text Example

White with #BA9BB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA9BB3; }

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

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

background-color css

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

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

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

border-color css

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

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

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