#BDC2B2

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

Shades of Tasman #BDC2B2

Tints of Tasman #BDC2B2

Color information

#BDC2B2 (or 0xBDC2B2) is unknown color: approx Tasman. HEX triplet: BD, C2 and B2. RGB value is (189,194,178). Sum of RGB (Red+Green+Blue) = 189+194+178=561 (74% of max value = 765). Red value is 189 (74.22% from 255 or 33.69% from 561); Green value is 194 (76.17% from 255 or 34.58% from 561); Blue value is 178 (69.92% from 255 or 31.73% from 561); Max value from RGB is 194 - color contains mainly: green. Hex color #BDC2B2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDC2B2 is #423D4D. Grayscale: #BEBEBE. Windows color (decimal): -4341070 or 11715261. OLE color: 11715261.

HSL color Cylindrical-coordinate representation of color #BDC2B2: hue angle of 78.75º degrees, saturation: 0.12, 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 #BDC2B2 is Cyan = 0.03, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.24.

Color convert

RGB189194178-
CMYK0.0300.080.24
HSL78.75º11.59%72.94%-
HSV(B)78.75º8.25%76.08%-
XYZ48.3152.6249.73-
YUV190.68120.84126.8-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 33.69%
GREEN value IS 194 (76.17% from 255) = 34.58%
BLUE value IS 178 (69.92% from 255) = 31.73%
R=33.69%
G=34.58%
B=31.73%

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
Decimal1891941780.0300.080.2478.7511.5972.94
HexBDC2B2308184fc49
Octal27530226230103011714111
Binary101111011100001010110010110100011000100111111001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDC2B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDC2B2; }

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

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

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

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

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

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

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

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