Html Css Color HEX #BDB1B6 Lily

📋 copy color: '#BDB1B6'

red 189 ◦ green 177 ◦ blue 182

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

Shades of Lily #BDB1B6

Tints of Lily #BDB1B6

RGB

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

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

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

R = 34.49%
G = 32.3%
B = 33.21%

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

#BDB1B6 (or 0xBDB1B6) is known color: Lily. HEX triplet: BD, B1 and B6. RGB value is (189,177,182). Sum of RGB (Red+Green+Blue) = 189+177+182=548 (72% of max value = 765). Red value is 189 (74.22% from 255 or 34.49% from 548); Green value is 177 (69.53% from 255 or 32.30% from 548); Blue value is 182 (71.48% from 255 or 33.21% from 548); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB1B6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BDB1B6 is #424E49. Grayscale: #B5B5B5. Windows color (decimal): -4345418 or 11973053. OLE color: 11973053.

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

Color convert

RGB 189 177 182 -
CMYK 0 0.06 0.04 0.26
HSL 335º 0.08% 0.72% -
HSV(B) 335º 0.06% 0.74% -
XYZ 45.15 45.64 50.69 -
YUV 181.16 128.48 133.59 -
System Red Green Blue C M Y K H S L
Decimal 189 177 182 0 0.06 0.04 0.26 335 0.08 0.72
Hex BD B1 B6 0 6 4 1A 14F 8 48
Octal 275 261 266 0 6 4 32 517 10 110
Binary 10111101 10110001 10110110 0 110 100 11010 101001111 1000 1001000

Color Harmonies of #BDB1B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB1B6

Black with #BDB1B6

Text Example


Text Example

White with #BDB1B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB1B6; }

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

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

background-color css

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

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

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

border-color css

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

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

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