#BCC0B7

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

Shades of Tasman #BCC0B7

Tints of Tasman #BCC0B7

Color information

#BCC0B7 (or 0xBCC0B7) is unknown color: approx Tasman. HEX triplet: BC, C0 and B7. RGB value is (188,192,183). Sum of RGB (Red+Green+Blue) = 188+192+183=563 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.39% from 563); Green value is 192 (75.39% from 255 or 34.10% from 563); Blue value is 183 (71.88% from 255 or 32.50% from 563); Max value from RGB is 192 - color contains mainly: green. Hex color #BCC0B7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCC0B7 is #433F48. Grayscale: #BDBDBD. Windows color (decimal): -4407113 or 12042428. OLE color: 12042428.

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

Color convert

RGB188192183-
CMYK0.0200.050.25
HSL86.67º6.67%73.53%-
HSV(B)86.67º4.69%75.29%-
XYZ48.1451.8152.26-
YUV189.78124.17126.73-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 33.39%
GREEN value IS 192 (75.39% from 255) = 34.10%
BLUE value IS 183 (71.88% from 255) = 32.50%
R=33.39%
G=34.10%
B=32.50%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1881921830.0200.050.2586.676.6773.53
HexBCC0B7205195774a
Octal274300267205311277112
Binary1011110011000000101101111001011100110101111111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCC0B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCC0B7; }

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

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

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

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

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

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

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

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