#BDB0B4

Color #BDB0B4 Lily (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lily #BDB0B4

Tints of Lily #BDB0B4

Color information

#BDB0B4 (or 0xBDB0B4) is unknown color: approx Lily. HEX triplet: BD, B0 and B4. RGB value is (189,176,180). Sum of RGB (Red+Green+Blue) = 189+176+180=545 (72% of max value = 765). Red value is 189 (74.22% from 255 or 34.68% from 545); Green value is 176 (69.14% from 255 or 32.29% from 545); Blue value is 180 (70.70% from 255 or 33.03% from 545); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB0B4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BDB0B4 is #424F4B. Grayscale: #B4B4B4. Windows color (decimal): -4345676 or 11841725. OLE color: 11841725.

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

Color convert

RGB189176180-
CMYK00.070.050.26
HSL341.54º8.97%71.57%-
HSV(B)341.54º6.88%74.12%-
XYZ44.7545.1649.54-
YUV180.34127.81134.17-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 34.68%
GREEN value IS 176 (69.14% from 255) = 32.29%
BLUE value IS 180 (70.70% from 255) = 33.03%
R=34.68%
G=32.29%
B=33.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.05
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18917618000.070.050.26341.548.9771.57
HexBDB0B40751A156948
Octal2752602640753252611110
Binary10111101101100001011010001111011101010101011010011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDB0B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDB0B4; }

 p { color: rgb(189,176,180); }

 H1.HeaderClassName
 {
   color: #BDB0B4;
 }
 .AnyTagClassName
 {
   color: #BDB0B4;
 }
</style>
background-color css

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

 a { background-color: rgb(189,176,180); }

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

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

 span { border-color: rgb(189,176,180); }

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