#BCC3B3

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

Shades of Tasman #BCC3B3

Tints of Tasman #BCC3B3

Color information

#BCC3B3 (or 0xBCC3B3) is unknown color: approx Tasman. HEX triplet: BC, C3 and B3. RGB value is (188,195,179). Sum of RGB (Red+Green+Blue) = 188+195+179=562 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.45% from 562); Green value is 195 (76.56% from 255 or 34.70% from 562); Blue value is 179 (70.31% from 255 or 31.85% from 562); Max value from RGB is 195 - color contains mainly: green. Hex color #BCC3B3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCC3B3 is #433C4C. Grayscale: #BFBFBF. Windows color (decimal): -4406349 or 11781052. OLE color: 11781052.

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

Color convert

RGB188195179-
CMYK0.0400.080.24
HSL86.25º11.76%73.33%-
HSV(B)86.25º8.21%76.47%-
XYZ48.3952.9850.32-
YUV191.08121.18125.8-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 33.45%
GREEN value IS 195 (76.56% from 255) = 34.70%
BLUE value IS 179 (70.31% from 255) = 31.85%
R=33.45%
G=34.70%
B=31.85%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1881951790.0400.080.2486.2511.7673.33
HexBCC3B34081856c49
Octal27430326340103012614111
Binary1011110011000011101100111000100011000101011011001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCC3B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCC3B3; }

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

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

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

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

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

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

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

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