Html Css Color HEX #BDADB2 Lily

📋 copy color: '#BDADB2'

red 189 ◦ green 173 ◦ blue 178

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

Shades of Lily #BDADB2

Tints of Lily #BDADB2

RGB

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

 GREEN value IS 173 (67.97% from 255) = 32.04%

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

R = 35%
G = 32.04%
B = 32.96%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.06

 K value IS 0.26

RGB Variations

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

Color information

#BDADB2 (or 0xBDADB2) is known color: Lily. HEX triplet: BD, AD and B2. RGB value is (189,173,178). Sum of RGB (Red+Green+Blue) = 189+173+178=540 (71% of max value = 765). Red value is 189 (74.22% from 255 or 35% from 540); Green value is 173 (67.97% from 255 or 32.04% from 540); Blue value is 178 (69.92% from 255 or 32.96% from 540); Max value from RGB is 189 - color contains mainly: red. Hex color #BDADB2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDADB2 is #42524D. Grayscale: #B2B2B2. Windows color (decimal): -4346446 or 11709885. OLE color: 11709885.

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

Color convert

RGB 189 173 178 -
CMYK 0 0.08 0.06 0.26
HSL 341.25º 0.11% 0.71% -
HSV(B) 341.25º 0.08% 0.74% -
XYZ 43.97 43.92 48.28 -
YUV 178.35 127.8 135.59 -
System Red Green Blue C M Y K H S L
Decimal 189 173 178 0 0.08 0.06 0.26 341.25 0.11 0.71
Hex BD AD B2 0 8 6 1A 155 B 47
Octal 275 255 262 0 10 6 32 525 13 107
Binary 10111101 10101101 10110010 0 1000 110 11010 101010101 1011 1000111

Color Harmonies of #BDADB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDADB2

Black with #BDADB2

Text Example


Text Example

White with #BDADB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDADB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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