Html Css Color HEX #BA98AE Lily

📋 copy color: '#BA98AE'

red 186 ◦ green 152 ◦ blue 174

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

Shades of Lily #BA98AE

Tints of Lily #BA98AE

RGB

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

 GREEN value IS 152 (59.77% from 255) = 29.69%

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

R = 36.33%
G = 29.69%
B = 33.98%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.06

 K value IS 0.27

RGB Variations

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

Color information

#BA98AE (or 0xBA98AE) is known color: Lily. HEX triplet: BA, 98 and AE. RGB value is (186,152,174). Sum of RGB (Red+Green+Blue) = 186+152+174=512 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.33% from 512); Green value is 152 (59.77% from 255 or 29.69% from 512); Blue value is 174 (68.36% from 255 or 33.98% from 512); Max value from RGB is 186 - color contains mainly: red. Hex color #BA98AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA98AE is #456751. Grayscale: #A4A4A4. Windows color (decimal): -4548434 or 11442362. OLE color: 11442362.

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

Color convert

RGB 186 152 174 -
CMYK 0 0.18 0.06 0.27
HSL 321.18º 0.2% 0.66% -
HSV(B) 321.18º 0.18% 0.73% -
XYZ 39.12 35.95 44.92 -
YUV 164.67 133.26 143.21 -
System Red Green Blue C M Y K H S L
Decimal 186 152 174 0 0.18 0.06 0.27 321.18 0.2 0.66
Hex BA 98 AE 0 12 6 1B 141 14 42
Octal 272 230 256 0 22 6 33 501 24 102
Binary 10111010 10011000 10101110 0 10010 110 11011 101000001 10100 1000010

Color Harmonies of #BA98AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA98AE

Black with #BA98AE

Text Example


Text Example

White with #BA98AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA98AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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