Html Css Color HEX #BDB1B5 Lily

📋 copy color: '#BDB1B5'

red 189 ◦ green 177 ◦ blue 181

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

Shades of Lily #BDB1B5

Tints of Lily #BDB1B5

RGB

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

 GREEN value IS 177 (69.53% from 255) = 32.36%

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

R = 34.55%
G = 32.36%
B = 33.09%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.04

 K value IS 0.26

RGB Variations

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

Color information

#BDB1B5 (or 0xBDB1B5) is known color: Lily. HEX triplet: BD, B1 and B5. RGB value is (189,177,181). Sum of RGB (Red+Green+Blue) = 189+177+181=547 (72% of max value = 765). Red value is 189 (74.22% from 255 or 34.55% from 547); Green value is 177 (69.53% from 255 or 32.36% from 547); Blue value is 181 (71.09% from 255 or 33.09% from 547); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB1B5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BDB1B5 is #424E4A. Grayscale: #B5B5B5. Windows color (decimal): -4345419 or 11907517. OLE color: 11907517.

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

Color convert

RGB 189 177 181 -
CMYK 0 0.06 0.04 0.26
HSL 340º 0.08% 0.72% -
HSV(B) 340º 0.06% 0.74% -
XYZ 45.05 45.6 50.14 -
YUV 181.04 127.98 133.67 -
System Red Green Blue C M Y K H S L
Decimal 189 177 181 0 0.06 0.04 0.26 340 0.08 0.72
Hex BD B1 B5 0 6 4 1A 154 8 48
Octal 275 261 265 0 6 4 32 524 10 110
Binary 10111101 10110001 10110101 0 110 100 11010 101010100 1000 1001000

Color Harmonies of #BDB1B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB1B5

Black with #BDB1B5

Text Example


Text Example

White with #BDB1B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB1B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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