#BDC9B0

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

Shades of Tasman #BDC9B0

Tints of Tasman #BDC9B0

Color information

#BDC9B0 (or 0xBDC9B0) is unknown color: approx Tasman. HEX triplet: BD, C9 and B0. RGB value is (189,201,176). Sum of RGB (Red+Green+Blue) = 189+201+176=566 (74% of max value = 765). Red value is 189 (74.22% from 255 or 33.39% from 566); Green value is 201 (78.91% from 255 or 35.51% from 566); Blue value is 176 (69.14% from 255 or 31.10% from 566); Max value from RGB is 201 - color contains mainly: green. Hex color #BDC9B0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDC9B0 is #42364F. Grayscale: #C2C2C2. Windows color (decimal): -4339280 or 11585981. OLE color: 11585981.

HSL color Cylindrical-coordinate representation of color #BDC9B0: hue angle of 88.8º degrees, saturation: 0.19, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #BDC9B0 is Cyan = 0.06, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.21.

Color convert

RGB189201176-
CMYK0.0600.120.21
HSL88.8º18.8%73.92%-
HSV(B)88.8º12.44%78.82%-
XYZ49.7155.7349.21-
YUV194.56117.52124.03-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 33.39%
GREEN value IS 201 (78.91% from 255) = 35.51%
BLUE value IS 176 (69.14% from 255) = 31.10%
R=33.39%
G=35.51%
B=31.10%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1892011760.0600.120.2188.818.873.92
HexBDC9B060C1559134a
Octal27531126060142513123112
Binary10111101110010011011000011001100101011011001100111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDC9B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDC9B0; }

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

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

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

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

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

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

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

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