#BCC1B4

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

Shades of Tasman #BCC1B4

Tints of Tasman #BCC1B4

Color information

#BCC1B4 (or 0xBCC1B4) is unknown color: approx Tasman. HEX triplet: BC, C1 and B4. RGB value is (188,193,180). Sum of RGB (Red+Green+Blue) = 188+193+180=561 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.51% from 561); Green value is 193 (75.78% from 255 or 34.40% from 561); Blue value is 180 (70.70% from 255 or 32.09% from 561); Max value from RGB is 193 - color contains mainly: green. Hex color #BCC1B4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCC1B4 is #433E4B. Grayscale: #BEBEBE. Windows color (decimal): -4406860 or 11846076. OLE color: 11846076.

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

Color convert

RGB188193180-
CMYK0.0300.070.24
HSL83.08º9.49%73.14%-
HSV(B)83.08º6.74%75.69%-
XYZ48.0552.1350.71-
YUV190.02122.34126.56-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 33.51%
GREEN value IS 193 (75.78% from 255) = 34.40%
BLUE value IS 180 (70.70% from 255) = 32.09%
R=33.51%
G=34.40%
B=32.09%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1881931800.0300.070.2483.089.4973.14
HexBCC1B43071853949
Octal2743012643073012311111
Binary10111100110000011011010011011111000101001110011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCC1B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCC1B4; }

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

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

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

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

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

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

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

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