#BCC3B4

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

Shades of Tasman #BCC3B4

Tints of Tasman #BCC3B4

Color information

#BCC3B4 (or 0xBCC3B4) is unknown color: approx Tasman. HEX triplet: BC, C3 and B4. RGB value is (188,195,180). Sum of RGB (Red+Green+Blue) = 188+195+180=563 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.39% from 563); Green value is 195 (76.56% from 255 or 34.64% from 563); Blue value is 180 (70.70% from 255 or 31.97% from 563); Max value from RGB is 195 - color contains mainly: green. Hex color #BCC3B4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCC3B4 is #433C4B. Grayscale: #BFBFBF. Windows color (decimal): -4406348 or 11846588. OLE color: 11846588.

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

Color convert

RGB188195180-
CMYK0.0400.080.24
HSL88º11.11%73.53%-
HSV(B)88º7.69%76.47%-
XYZ48.4953.0250.86-
YUV191.2121.68125.72-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 33.39%
GREEN value IS 195 (76.56% from 255) = 34.64%
BLUE value IS 180 (70.70% from 255) = 31.97%
R=33.39%
G=34.64%
B=31.97%

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
Decimal1881951800.0400.080.248811.1173.53
HexBCC3B44081858b4a
Octal27430326440103013013112
Binary1011110011000011101101001000100011000101100010111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCC3B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCC3B4; }

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

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

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

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

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

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

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

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