#BDC3B6

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

Shades of Tasman #BDC3B6

Tints of Tasman #BDC3B6

Color information

#BDC3B6 (or 0xBDC3B6) is unknown color: approx Tasman. HEX triplet: BD, C3 and B6. RGB value is (189,195,182). Sum of RGB (Red+Green+Blue) = 189+195+182=566 (74% of max value = 765). Red value is 189 (74.22% from 255 or 33.39% from 566); Green value is 195 (76.56% from 255 or 34.45% from 566); Blue value is 182 (71.48% from 255 or 32.16% from 566); Max value from RGB is 195 - color contains mainly: green. Hex color #BDC3B6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDC3B6 is #423C49. Grayscale: #BFBFBF. Windows color (decimal): -4340810 or 11977661. OLE color: 11977661.

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

Color convert

RGB189195182-
CMYK0.0300.070.24
HSL87.69º9.77%73.92%-
HSV(B)87.69º6.67%76.47%-
XYZ48.9453.2351.95-
YUV191.72122.51126.06-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 33.39%
GREEN value IS 195 (76.56% from 255) = 34.45%
BLUE value IS 182 (71.48% from 255) = 32.16%
R=33.39%
G=34.45%
B=32.16%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1891951820.0300.070.2487.699.7773.92
HexBDC3B63071858a4a
Octal2753032663073013012112
Binary10111101110000111011011011011111000101100010101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDC3B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDC3B6; }

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

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

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

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

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

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

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

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