Html Css Color HEX #BAABB2 Lily

📋 copy color: '#BAABB2'

red 186 ◦ green 171 ◦ blue 178

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

Shades of Lily #BAABB2

Tints of Lily #BAABB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 33.27%

R = 34.77%
G = 31.96%
B = 33.27%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.04

 K value IS 0.27

RGB Variations

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

Color information

#BAABB2 (or 0xBAABB2) is known color: Lily. HEX triplet: BA, AB and B2. RGB value is (186,171,178). Sum of RGB (Red+Green+Blue) = 186+171+178=535 (70% of max value = 765). Red value is 186 (73.05% from 255 or 34.77% from 535); Green value is 171 (67.19% from 255 or 31.96% from 535); Blue value is 178 (69.92% from 255 or 33.27% from 535); Max value from RGB is 186 - color contains mainly: red. Hex color #BAABB2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAABB2 is #45544D. Grayscale: #B0B0B0. Windows color (decimal): -4543566 or 11709370. OLE color: 11709370.

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

Color convert

RGB 186 171 178 -
CMYK 0 0.08 0.04 0.27
HSL 332º 0.1% 0.7% -
HSV(B) 332º 0.08% 0.73% -
XYZ 42.85 42.78 48.12 -
YUV 176.28 128.97 134.93 -
System Red Green Blue C M Y K H S L
Decimal 186 171 178 0 0.08 0.04 0.27 332 0.1 0.7
Hex BA AB B2 0 8 4 1B 14C A 46
Octal 272 253 262 0 10 4 33 514 12 106
Binary 10111010 10101011 10110010 0 1000 100 11011 101001100 1010 1000110

Color Harmonies of #BAABB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAABB2

Black with #BAABB2

Text Example


Text Example

White with #BAABB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAABB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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