Html Css Color HEX #BCBDA0 Green Mist

📋 copy color: '#BCBDA0'

red 188 ◦ green 189 ◦ blue 160

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

Shades of Green Mist #BCBDA0

Tints of Green Mist #BCBDA0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 29.8%

R = 35.01%
G = 35.2%
B = 29.8%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.15

 K value IS 0.26

RGB Variations

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

Color information

#BCBDA0 (or 0xBCBDA0) is known color: Green Mist. HEX triplet: BC, BD and A0. RGB value is (188,189,160). Sum of RGB (Red+Green+Blue) = 188+189+160=537 (71% of max value = 765). Red value is 188 (73.83% from 255 or 35.01% from 537); Green value is 189 (74.22% from 255 or 35.20% from 537); Blue value is 160 (62.89% from 255 or 29.80% from 537); Max value from RGB is 189 - color contains mainly: green. Hex color #BCBDA0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCBDA0 is #43425F. Grayscale: #B9B9B9. Windows color (decimal): -4407904 or 10534332. OLE color: 10534332.

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

Color convert

RGB 188 189 160 -
CMYK 0.01 0 0.15 0.26
HSL 62.07º 0.18% 0.68% -
HSV(B) 62.07º 0.15% 0.74% -
XYZ 45.28 49.62 40.45 -
YUV 185.4 113.67 129.86 -
System Red Green Blue C M Y K H S L
Decimal 188 189 160 0.01 0 0.15 0.26 62.07 0.18 0.68
Hex BC BD A0 1 0 F 1A 3E 12 44
Octal 274 275 240 1 0 17 32 76 22 104
Binary 10111100 10111101 10100000 1 0 1111 11010 111110 10010 1000100

Color Harmonies of #BCBDA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCBDA0

Black with #BCBDA0

Text Example


Text Example

White with #BCBDA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCBDA0; }

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

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

background-color css

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

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

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

border-color css

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

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

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