Html Css Color HEX #BAABB4 Lily

📋 copy color: '#BAABB4'

red 186 ◦ green 171 ◦ blue 180

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

Shades of Lily #BAABB4

Tints of Lily #BAABB4

RGB

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

 GREEN value IS 171 (67.19% from 255) = 31.84%

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

R = 34.64%
G = 31.84%
B = 33.52%

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

#BAABB4 (or 0xBAABB4) is known color: Lily. HEX triplet: BA, AB and B4. RGB value is (186,171,180). Sum of RGB (Red+Green+Blue) = 186+171+180=537 (71% of max value = 765). Red value is 186 (73.05% from 255 or 34.64% from 537); Green value is 171 (67.19% from 255 or 31.84% from 537); Blue value is 180 (70.70% from 255 or 33.52% from 537); Max value from RGB is 186 - color contains mainly: red. Hex color #BAABB4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAABB4 is #45544B. Grayscale: #B0B0B0. Windows color (decimal): -4543564 or 11840442. OLE color: 11840442.

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

Color convert

RGB 186 171 180 -
CMYK 0 0.08 0.03 0.27
HSL 324º 0.1% 0.7% -
HSV(B) 324º 0.08% 0.73% -
XYZ 43.05 42.86 49.18 -
YUV 176.51 129.97 134.77 -
System Red Green Blue C M Y K H S L
Decimal 186 171 180 0 0.08 0.03 0.27 324 0.1 0.7
Hex BA AB B4 0 8 3 1B 144 A 46
Octal 272 253 264 0 10 3 33 504 12 106
Binary 10111010 10101011 10110100 0 1000 11 11011 101000100 1010 1000110

Color Harmonies of #BAABB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAABB4

Black with #BAABB4

Text Example


Text Example

White with #BAABB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAABB4; }

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

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

background-color css

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

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

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

border-color css

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

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

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