Html Css Color HEX #BDADB6 Lily

📋 copy color: '#BDADB6'

red 189 ◦ green 173 ◦ blue 182

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

Shades of Lily #BDADB6

Tints of Lily #BDADB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 33.46%

R = 34.74%
G = 31.8%
B = 33.46%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.04

 K value IS 0.26

RGB Variations

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

Color information

#BDADB6 (or 0xBDADB6) is known color: Lily. HEX triplet: BD, AD and B6. RGB value is (189,173,182). Sum of RGB (Red+Green+Blue) = 189+173+182=544 (72% of max value = 765). Red value is 189 (74.22% from 255 or 34.74% from 544); Green value is 173 (67.97% from 255 or 31.80% from 544); Blue value is 182 (71.48% from 255 or 33.46% from 544); Max value from RGB is 189 - color contains mainly: red. Hex color #BDADB6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BDADB6 is #425249. Grayscale: #B2B2B2. Windows color (decimal): -4346442 or 11972029. OLE color: 11972029.

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

Color convert

RGB 189 173 182 -
CMYK 0 0.08 0.04 0.26
HSL 326.25º 0.11% 0.71% -
HSV(B) 326.25º 0.08% 0.74% -
XYZ 44.37 44.08 50.43 -
YUV 178.81 129.8 135.27 -
System Red Green Blue C M Y K H S L
Decimal 189 173 182 0 0.08 0.04 0.26 326.25 0.11 0.71
Hex BD AD B6 0 8 4 1A 146 B 47
Octal 275 255 266 0 10 4 32 506 13 107
Binary 10111101 10101101 10110110 0 1000 100 11010 101000110 1011 1000111

Color Harmonies of #BDADB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDADB6

Black with #BDADB6

Text Example


Text Example

White with #BDADB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDADB6; }

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

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

background-color css

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

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

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

border-color css

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

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

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