Html Css Color HEX #BDADB5 Lily

📋 copy color: '#BDADB5'

red 189 ◦ green 173 ◦ blue 181

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

Shades of Lily #BDADB5

Tints of Lily #BDADB5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 33.33%

R = 34.81%
G = 31.86%
B = 33.33%

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

#BDADB5 (or 0xBDADB5) is known color: Lily. HEX triplet: BD, AD and B5. RGB value is (189,173,181). Sum of RGB (Red+Green+Blue) = 189+173+181=543 (71% of max value = 765). Red value is 189 (74.22% from 255 or 34.81% from 543); Green value is 173 (67.97% from 255 or 31.86% from 543); Blue value is 181 (71.09% from 255 or 33.33% from 543); Max value from RGB is 189 - color contains mainly: red. Hex color #BDADB5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BDADB5 is #42524A. Grayscale: #B2B2B2. Windows color (decimal): -4346443 or 11906493. OLE color: 11906493.

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

Color convert

RGB 189 173 181 -
CMYK 0 0.08 0.04 0.26
HSL 330º 0.11% 0.71% -
HSV(B) 330º 0.08% 0.74% -
XYZ 44.27 44.04 49.88 -
YUV 178.7 129.3 135.35 -
System Red Green Blue C M Y K H S L
Decimal 189 173 181 0 0.08 0.04 0.26 330 0.11 0.71
Hex BD AD B5 0 8 4 1A 14A B 47
Octal 275 255 265 0 10 4 32 512 13 107
Binary 10111101 10101101 10110101 0 1000 100 11010 101001010 1011 1000111

Color Harmonies of #BDADB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDADB5

Black with #BDADB5

Text Example


Text Example

White with #BDADB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDADB5; }

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

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

background-color css

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

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

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

border-color css

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

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

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