#BDB7B3

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

Shades of Tide #BDB7B3

Tints of Tide #BDB7B3

Color information

#BDB7B3 (or 0xBDB7B3) is unknown color: approx Tide. HEX triplet: BD, B7 and B3. RGB value is (189,183,179). Sum of RGB (Red+Green+Blue) = 189+183+179=551 (72% of max value = 765). Red value is 189 (74.22% from 255 or 34.30% from 551); Green value is 183 (71.88% from 255 or 33.21% from 551); Blue value is 179 (70.31% from 255 or 32.49% from 551); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB7B3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDB7B3 is #42484C. Grayscale: #B8B8B8. Windows color (decimal): -4343885 or 11777981. OLE color: 11777981.

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

Color convert

RGB189183179-
CMYK00.030.050.26
HSL24º7.04%72.16%-
HSV(B)24º5.29%74.12%-
XYZ46.0647.9449.47-
YUV184.34124.99131.33-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 34.30%
GREEN value IS 183 (71.88% from 255) = 33.21%
BLUE value IS 179 (70.31% from 255) = 32.49%
R=34.30%
G=33.21%
B=32.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.05
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18918317900.030.050.26247.0472.16
HexBDB7B30351A18748
Octal27526726303532307110
Binary10111101101101111011001101110111010110001111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDB7B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDB7B3; }

 p { color: rgb(189,183,179); }

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

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

 a { background-color: rgb(189,183,179); }

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

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

 span { border-color: rgb(189,183,179); }

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