#BDC1B4

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

Shades of Tasman #BDC1B4

Tints of Tasman #BDC1B4

Color information

#BDC1B4 (or 0xBDC1B4) is unknown color: approx Tasman. HEX triplet: BD, C1 and B4. RGB value is (189,193,180). Sum of RGB (Red+Green+Blue) = 189+193+180=562 (74% of max value = 765). Red value is 189 (74.22% from 255 or 33.63% from 562); Green value is 193 (75.78% from 255 or 34.34% from 562); Blue value is 180 (70.70% from 255 or 32.03% from 562); Max value from RGB is 193 - color contains mainly: green. Hex color #BDC1B4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDC1B4 is #423E4B. Grayscale: #BEBEBE. Windows color (decimal): -4341324 or 11846077. OLE color: 11846077.

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

Color convert

RGB189193180-
CMYK0.0200.070.24
HSL78.46º9.49%73.14%-
HSV(B)78.46º6.74%75.69%-
XYZ48.2952.2550.72-
YUV190.32122.17127.06-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 33.63%
GREEN value IS 193 (75.78% from 255) = 34.34%
BLUE value IS 180 (70.70% from 255) = 32.03%
R=33.63%
G=34.34%
B=32.03%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1891931800.0200.070.2478.469.4973.14
HexBDC1B4207184e949
Octal2753012642073011611111
Binary10111101110000011011010010011111000100111010011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDC1B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDC1B4; }

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

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

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

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

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

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

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

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