Html Css Color HEX #BCBDB9 Tasman

📋 copy color: '#BCBDB9'

red 188 ◦ green 189 ◦ blue 185

#BCBDB9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tasman #BCBDB9

Tints of Tasman #BCBDB9

RGB

 RED value IS 188 (73.83% from 255) = 33.45%

 GREEN value IS 189 (74.22% from 255) = 33.63%

 BLUE value IS 185 (72.66% from 255) = 32.92%

R = 33.45%
G = 33.63%
B = 32.92%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.02

 K value IS 0.26

RGB Variations

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

Color information

#BCBDB9 (or 0xBCBDB9) is known color: Tasman. HEX triplet: BC, BD and B9. RGB value is (188,189,185). Sum of RGB (Red+Green+Blue) = 188+189+185=562 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.45% from 562); Green value is 189 (74.22% from 255 or 33.63% from 562); Blue value is 185 (72.66% from 255 or 32.92% from 562); Max value from RGB is 189 - color contains mainly: green. Hex color #BCBDB9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCBDB9 is #434246. Grayscale: #BCBCBC. Windows color (decimal): -4407879 or 12172732. OLE color: 12172732.

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

Color convert

RGB 188 189 185 -
CMYK 0.01 0 0.02 0.26
HSL 75º 0.03% 0.73% -
HSV(B) 75º 0.02% 0.74% -
XYZ 47.69 50.59 53.15 -
YUV 188.25 126.17 127.83 -
System Red Green Blue C M Y K H S L
Decimal 188 189 185 0.01 0 0.02 0.26 75 0.03 0.73
Hex BC BD B9 1 0 2 1A 4B 3 49
Octal 274 275 271 1 0 2 32 113 3 111
Binary 10111100 10111101 10111001 1 0 10 11010 1001011 11 1001001

Color Harmonies of #BCBDB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCBDB9

Black with #BCBDB9

Text Example


Text Example

White with #BCBDB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCBDB9; }

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

 H1.HeaderClassName
 {
   color: #BCBDB9;
 }
 .AnyTagClassName
 {
   color: #BCBDB9;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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