#BCBDBA

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

Shades of Tasman #BCBDBA

Tints of Tasman #BCBDBA

Color information

#BCBDBA (or 0xBCBDBA) is unknown color: approx Tasman. HEX triplet: BC, BD and BA. RGB value is (188,189,186). Sum of RGB (Red+Green+Blue) = 188+189+186=563 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.39% from 563); Green value is 189 (74.22% from 255 or 33.57% from 563); Blue value is 186 (73.05% from 255 or 33.04% from 563); Max value from RGB is 189 - color contains mainly: green. Hex color #BCBDBA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCBDBA is #434245. Grayscale: #BCBCBC. Windows color (decimal): -4407878 or 12238268. OLE color: 12238268.

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

Color convert

RGB188189186-
CMYK0.0100.020.26
HSL80º2.22%73.53%-
HSV(B)80º1.59%74.12%-
XYZ47.850.6353.71-
YUV188.36126.67127.74-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 33.39%
GREEN value IS 189 (74.22% from 255) = 33.57%
BLUE value IS 186 (73.05% from 255) = 33.04%
R=33.39%
G=33.57%
B=33.04%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881891860.0100.020.26802.2273.53
HexBCBDBA1021A5024a
Octal274275272102321202112
Binary1011110010111101101110101010110101010000101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCBDBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCBDBA; }

 p { color: rgb(188,189,186); }

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

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

 a { background-color: rgb(188,189,186); }

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

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

 span { border-color: rgb(188,189,186); }

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