#BDC5B1

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

Shades of Tasman #BDC5B1

Tints of Tasman #BDC5B1

Color information

#BDC5B1 (or 0xBDC5B1) is unknown color: approx Tasman. HEX triplet: BD, C5 and B1. RGB value is (189,197,177). Sum of RGB (Red+Green+Blue) = 189+197+177=563 (74% of max value = 765). Red value is 189 (74.22% from 255 or 33.57% from 563); Green value is 197 (77.34% from 255 or 34.99% from 563); Blue value is 177 (69.53% from 255 or 31.44% from 563); Max value from RGB is 197 - color contains mainly: green. Hex color #BDC5B1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDC5B1 is #423A4E. Grayscale: #C0C0C0. Windows color (decimal): -4340303 or 11650493. OLE color: 11650493.

HSL color Cylindrical-coordinate representation of color #BDC5B1: hue angle of 84º degrees, saturation: 0.15, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #BDC5B1 is Cyan = 0.04, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.23.

Color convert

RGB189197177-
CMYK0.0400.100.23
HSL84º14.71%73.33%-
HSV(B)84º10.15%77.25%-
XYZ48.8953.9349.43-
YUV192.33119.35125.63-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 33.57%
GREEN value IS 197 (77.34% from 255) = 34.99%
BLUE value IS 177 (69.53% from 255) = 31.44%
R=33.57%
G=34.99%
B=31.44%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1891971770.0400.100.238414.7173.33
HexBDC5B140A1754f49
Octal27530526140122712417111
Binary1011110111000101101100011000101010111101010011111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDC5B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDC5B1; }

 p { color: rgb(189,197,177); }

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

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

 a { background-color: rgb(189,197,177); }

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

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

 span { border-color: rgb(189,197,177); }

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