#BDC2B3

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

Shades of Tasman #BDC2B3

Tints of Tasman #BDC2B3

Color information

#BDC2B3 (or 0xBDC2B3) is unknown color: approx Tasman. HEX triplet: BD, C2 and B3. RGB value is (189,194,179). Sum of RGB (Red+Green+Blue) = 189+194+179=562 (74% of max value = 765). Red value is 189 (74.22% from 255 or 33.63% from 562); Green value is 194 (76.17% from 255 or 34.52% from 562); Blue value is 179 (70.31% from 255 or 31.85% from 562); Max value from RGB is 194 - color contains mainly: green. Hex color #BDC2B3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDC2B3 is #423D4C. Grayscale: #BEBEBE. Windows color (decimal): -4341069 or 11780797. OLE color: 11780797.

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

Color convert

RGB189194179-
CMYK0.0300.080.24
HSL80º10.95%73.14%-
HSV(B)80º7.73%76.08%-
XYZ48.4152.6650.26-
YUV190.8121.34126.72-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 33.63%
GREEN value IS 194 (76.17% from 255) = 34.52%
BLUE value IS 179 (70.31% from 255) = 31.85%
R=33.63%
G=34.52%
B=31.85%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1891941790.0300.080.248010.9573.14
HexBDC2B33081850b49
Octal27530226330103012013111
Binary101111011100001010110011110100011000101000010111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDC2B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDC2B3; }

 p { color: rgb(189,194,179); }

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

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

 a { background-color: rgb(189,194,179); }

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

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

 span { border-color: rgb(189,194,179); }

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