Html Css Color HEX #BDABB2 Lily

📋 copy color: '#BDABB2'

red 189 ◦ green 171 ◦ blue 178

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

Shades of Lily #BDABB2

Tints of Lily #BDABB2

RGB

 RED value IS 189 (74.22% from 255) = 35.13%

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

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

R = 35.13%
G = 31.78%
B = 33.09%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.06

 K value IS 0.26

RGB Variations

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

Color information

#BDABB2 (or 0xBDABB2) is known color: Lily. HEX triplet: BD, AB and B2. RGB value is (189,171,178). Sum of RGB (Red+Green+Blue) = 189+171+178=538 (71% of max value = 765). Red value is 189 (74.22% from 255 or 35.13% from 538); Green value is 171 (67.19% from 255 or 31.78% from 538); Blue value is 178 (69.92% from 255 or 33.09% from 538); Max value from RGB is 189 - color contains mainly: red. Hex color #BDABB2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDABB2 is #42544D. Grayscale: #B1B1B1. Windows color (decimal): -4346958 or 11709373. OLE color: 11709373.

HSL color Cylindrical-coordinate representation of color #BDABB2: hue angle of 336.67º degrees, saturation: 0.12, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #BDABB2 is Cyan = 0, Magento = 0.10, Yellow = 0.06 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 171 178 -
CMYK 0 0.10 0.06 0.26
HSL 336.67º 0.12% 0.71% -
HSV(B) 336.67º 0.1% 0.74% -
XYZ 43.59 43.16 48.15 -
YUV 177.18 128.46 136.43 -
System Red Green Blue C M Y K H S L
Decimal 189 171 178 0 0.10 0.06 0.26 336.67 0.12 0.71
Hex BD AB B2 0 A 6 1A 151 C 47
Octal 275 253 262 0 12 6 32 521 14 107
Binary 10111101 10101011 10110010 0 1010 110 11010 101010001 1100 1000111

Color Harmonies of #BDABB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDABB2

Black with #BDABB2

Text Example


Text Example

White with #BDABB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDABB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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