Html Css Color HEX #BA9CB3 Lily

📋 copy color: '#BA9CB3'

red 186 ◦ green 156 ◦ blue 179

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

Shades of Lily #BA9CB3

Tints of Lily #BA9CB3

RGB

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

 GREEN value IS 156 (61.33% from 255) = 29.94%

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

R = 35.7%
G = 29.94%
B = 34.36%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.04

 K value IS 0.27

RGB Variations

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

Color information

#BA9CB3 (or 0xBA9CB3) is known color: Lily. HEX triplet: BA, 9C and B3. RGB value is (186,156,179). Sum of RGB (Red+Green+Blue) = 186+156+179=521 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.70% from 521); Green value is 156 (61.33% from 255 or 29.94% from 521); Blue value is 179 (70.31% from 255 or 34.36% from 521); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9CB3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA9CB3 is #45634C. Grayscale: #A7A7A7. Windows color (decimal): -4547405 or 11771066. OLE color: 11771066.

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

Color convert

RGB 186 156 179 -
CMYK 0 0.16 0.04 0.27
HSL 314º 0.18% 0.67% -
HSV(B) 314º 0.16% 0.73% -
XYZ 40.27 37.47 47.76 -
YUV 167.59 134.44 141.13 -
System Red Green Blue C M Y K H S L
Decimal 186 156 179 0 0.16 0.04 0.27 314 0.18 0.67
Hex BA 9C B3 0 10 4 1B 13A 12 43
Octal 272 234 263 0 20 4 33 472 22 103
Binary 10111010 10011100 10110011 0 10000 100 11011 100111010 10010 1000011

Color Harmonies of #BA9CB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA9CB3

Black with #BA9CB3

Text Example


Text Example

White with #BA9CB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA9CB3; }

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

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

background-color css

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

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

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

border-color css

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

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

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