#BDC0B9

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

Shades of Tasman #BDC0B9

Tints of Tasman #BDC0B9

Color information

#BDC0B9 (or 0xBDC0B9) is unknown color: approx Tasman. HEX triplet: BD, C0 and B9. RGB value is (189,192,185). Sum of RGB (Red+Green+Blue) = 189+192+185=566 (74% of max value = 765). Red value is 189 (74.22% from 255 or 33.39% from 566); Green value is 192 (75.39% from 255 or 33.92% from 566); Blue value is 185 (72.66% from 255 or 32.69% from 566); Max value from RGB is 192 - color contains mainly: green. Hex color #BDC0B9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDC0B9 is #423F46. Grayscale: #BEBEBE. Windows color (decimal): -4341575 or 12173501. OLE color: 12173501.

HSL color Cylindrical-coordinate representation of color #BDC0B9: hue angle of 85.71º degrees, saturation: 0.05, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #BDC0B9 is Cyan = 0.02, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.25.

Color convert

RGB189192185-
CMYK0.0200.040.25
HSL85.71º5.26%73.92%-
HSV(B)85.71º3.65%75.29%-
XYZ48.5952.0253.38-
YUV190.3125.01127.07-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 33.39%
GREEN value IS 192 (75.39% from 255) = 33.92%
BLUE value IS 185 (72.66% from 255) = 32.69%
R=33.39%
G=33.92%
B=32.69%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1891921850.0200.040.2585.715.2673.92
HexBDC0B9204195654a
Octal275300271204311265112
Binary1011110111000000101110011001001100110101101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDC0B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDC0B9; }

 p { color: rgb(189,192,185); }

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

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

 a { background-color: rgb(189,192,185); }

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

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

 span { border-color: rgb(189,192,185); }

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