#BCC0B3

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

Shades of Tasman #BCC0B3

Tints of Tasman #BCC0B3

Color information

#BCC0B3 (or 0xBCC0B3) is unknown color: approx Tasman. HEX triplet: BC, C0 and B3. RGB value is (188,192,179). Sum of RGB (Red+Green+Blue) = 188+192+179=559 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.63% from 559); Green value is 192 (75.39% from 255 or 34.35% from 559); Blue value is 179 (70.31% from 255 or 32.02% from 559); Max value from RGB is 192 - color contains mainly: green. Hex color #BCC0B3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCC0B3 is #433F4C. Grayscale: #BDBDBD. Windows color (decimal): -4407117 or 11780284. OLE color: 11780284.

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

Color convert

RGB188192179-
CMYK0.0200.070.25
HSL78.46º9.35%72.75%-
HSV(B)78.46º6.77%75.29%-
XYZ47.7351.6550.1-
YUV189.32122.17127.06-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 33.63%
GREEN value IS 192 (75.39% from 255) = 34.35%
BLUE value IS 179 (70.31% from 255) = 32.02%
R=33.63%
G=34.35%
B=32.02%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1881921790.0200.070.2578.469.3572.75
HexBCC0B3207194e949
Octal2743002632073111611111
Binary10111100110000001011001110011111001100111010011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCC0B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCC0B3; }

 p { color: rgb(188,192,179); }

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

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

 a { background-color: rgb(188,192,179); }

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

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

 span { border-color: rgb(188,192,179); }

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