#BCBEB8

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

Shades of Tasman #BCBEB8

Tints of Tasman #BCBEB8

Color information

#BCBEB8 (or 0xBCBEB8) is unknown color: approx Tasman. HEX triplet: BC, BE and B8. RGB value is (188,190,184). Sum of RGB (Red+Green+Blue) = 188+190+184=562 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.45% from 562); Green value is 190 (74.61% from 255 or 33.81% from 562); Blue value is 184 (72.27% from 255 or 32.74% from 562); Max value from RGB is 190 - color contains mainly: green. Hex color #BCBEB8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCBEB8 is #434147. Grayscale: #BCBCBC. Windows color (decimal): -4407624 or 12107452. OLE color: 12107452.

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

Color convert

RGB188190184-
CMYK0.0100.030.25
HSL80º4.41%73.33%-
HSV(B)80º3.16%74.51%-
XYZ47.850.9852.67-
YUV188.72125.34127.49-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 33.45%
GREEN value IS 190 (74.61% from 255) = 33.81%
BLUE value IS 184 (72.27% from 255) = 32.74%
R=33.45%
G=33.81%
B=32.74%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1881901840.0100.030.25804.4173.33
HexBCBEB81031950449
Octal274276270103311204111
Binary10111100101111101011100010111100110100001001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCBEB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCBEB8; }

 p { color: rgb(188,190,184); }

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

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

 a { background-color: rgb(188,190,184); }

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

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

 span { border-color: rgb(188,190,184); }

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