Html Css Color HEX #BCC19C Green Mist

📋 copy color: '#BCC19C'

red 188 ◦ green 193 ◦ blue 156

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

Shades of Green Mist #BCC19C

Tints of Green Mist #BCC19C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 29.05%

R = 35.01%
G = 35.94%
B = 29.05%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.19

 K value IS 0.24

RGB Variations

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

Color information

#BCC19C (or 0xBCC19C) is known color: Green Mist. HEX triplet: BC, C1 and 9C. RGB value is (188,193,156). Sum of RGB (Red+Green+Blue) = 188+193+156=537 (71% of max value = 765). Red value is 188 (73.83% from 255 or 35.01% from 537); Green value is 193 (75.78% from 255 or 35.94% from 537); Blue value is 156 (61.33% from 255 or 29.05% from 537); Max value from RGB is 193 - color contains mainly: green. Hex color #BCC19C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCC19C is #433E63. Grayscale: #BBBBBB. Windows color (decimal): -4406884 or 10273212. OLE color: 10273212.

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

Color convert

RGB 188 193 156 -
CMYK 0.03 0 0.19 0.24
HSL 68.11º 0.23% 0.68% -
HSV(B) 68.11º 0.19% 0.76% -
XYZ 45.81 51.23 38.93 -
YUV 187.29 110.34 128.51 -
System Red Green Blue C M Y K H S L
Decimal 188 193 156 0.03 0 0.19 0.24 68.11 0.23 0.68
Hex BC C1 9C 3 0 13 18 44 17 44
Octal 274 301 234 3 0 23 30 104 27 104
Binary 10111100 11000001 10011100 11 0 10011 11000 1000100 10111 1000100

Color Harmonies of #BCC19C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCC19C

Black with #BCC19C

Text Example


Text Example

White with #BCC19C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCC19C; }

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

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

background-color css

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

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

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

border-color css

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

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

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