Html Css Color HEX #BCC194 Green Mist

📋 copy color: '#BCC194'

red 188 ◦ green 193 ◦ blue 148

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

Shades of Green Mist #BCC194

Tints of Green Mist #BCC194

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 27.98%

R = 35.54%
G = 36.48%
B = 27.98%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.23

 K value IS 0.24

RGB Variations

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

Color information

#BCC194 (or 0xBCC194) is known color: Green Mist. HEX triplet: BC, C1 and 94. RGB value is (188,193,148). Sum of RGB (Red+Green+Blue) = 188+193+148=529 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.54% from 529); Green value is 193 (75.78% from 255 or 36.48% from 529); Blue value is 148 (58.20% from 255 or 27.98% from 529); Max value from RGB is 193 - color contains mainly: green. Hex color #BCC194 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCC194 is #433E6B. Grayscale: #BABABA. Windows color (decimal): -4406892 or 9748924. OLE color: 9748924.

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

Color convert

RGB 188 193 148 -
CMYK 0.03 0 0.23 0.24
HSL 66.67º 0.27% 0.67% -
HSV(B) 66.67º 0.23% 0.76% -
XYZ 45.15 50.97 35.48 -
YUV 186.38 106.34 129.16 -
System Red Green Blue C M Y K H S L
Decimal 188 193 148 0.03 0 0.23 0.24 66.67 0.27 0.67
Hex BC C1 94 3 0 17 18 43 1B 43
Octal 274 301 224 3 0 27 30 103 33 103
Binary 10111100 11000001 10010100 11 0 10111 11000 1000011 11011 1000011

Color Harmonies of #BCC194

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCC194

Black with #BCC194

Text Example


Text Example

White with #BCC194

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCC194; }

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

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

background-color css

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

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

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

border-color css

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

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

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