Html Css Color HEX #BCC19B Green Mist

📋 copy color: '#BCC19B'

red 188 ◦ green 193 ◦ blue 155

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

Shades of Green Mist #BCC19B

Tints of Green Mist #BCC19B

RGB

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

 GREEN value IS 193 (75.78% from 255) = 36.01%

 BLUE value IS 155 (60.94% from 255) = 28.92%

R = 35.07%
G = 36.01%
B = 28.92%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.20

 K value IS 0.24

RGB Variations

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

Color information

#BCC19B (or 0xBCC19B) is known color: Green Mist. HEX triplet: BC, C1 and 9B. RGB value is (188,193,155). Sum of RGB (Red+Green+Blue) = 188+193+155=536 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.07% from 536); Green value is 193 (75.78% from 255 or 36.01% from 536); Blue value is 155 (60.94% from 255 or 28.92% from 536); Max value from RGB is 193 - color contains mainly: green. Hex color #BCC19B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCC19B is #433E64. Grayscale: #BBBBBB. Windows color (decimal): -4406885 or 10207676. OLE color: 10207676.

HSL color Cylindrical-coordinate representation of color #BCC19B: hue angle of 67.89º degrees, saturation: 0.23, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BCC19B is Cyan = 0.03, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.24.

Color convert

RGB 188 193 155 -
CMYK 0.03 0 0.20 0.24
HSL 67.89º 0.23% 0.68% -
HSV(B) 67.89º 0.2% 0.76% -
XYZ 45.73 51.2 38.48 -
YUV 187.17 109.84 128.59 -
System Red Green Blue C M Y K H S L
Decimal 188 193 155 0.03 0 0.20 0.24 67.89 0.23 0.68
Hex BC C1 9B 3 0 14 18 44 17 44
Octal 274 301 233 3 0 24 30 104 27 104
Binary 10111100 11000001 10011011 11 0 10100 11000 1000100 10111 1000100

Color Harmonies of #BCC19B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCC19B

Black with #BCC19B

Text Example


Text Example

White with #BCC19B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCC19B; }

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

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

background-color css

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

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

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

border-color css

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

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

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