Html Css Color HEX #BCC195 Green Mist

📋 copy color: '#BCC195'

red 188 ◦ green 193 ◦ blue 149

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

Shades of Green Mist #BCC195

Tints of Green Mist #BCC195

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 28.11%

R = 35.47%
G = 36.42%
B = 28.11%

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

#BCC195 (or 0xBCC195) is known color: Green Mist. HEX triplet: BC, C1 and 95. RGB value is (188,193,149). Sum of RGB (Red+Green+Blue) = 188+193+149=530 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.47% from 530); Green value is 193 (75.78% from 255 or 36.42% from 530); Blue value is 149 (58.59% from 255 or 28.11% from 530); Max value from RGB is 193 - color contains mainly: green. Hex color #BCC195 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCC195 is #433E6A. Grayscale: #BABABA. Windows color (decimal): -4406891 or 9814460. OLE color: 9814460.

HSL color Cylindrical-coordinate representation of color #BCC195: hue angle of 66.82º degrees, saturation: 0.26, 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 #BCC195 is Cyan = 0.03, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.24.

Color convert

RGB 188 193 149 -
CMYK 0.03 0 0.23 0.24
HSL 66.82º 0.26% 0.67% -
HSV(B) 66.82º 0.23% 0.76% -
XYZ 45.23 51 35.89 -
YUV 186.49 106.84 129.08 -
System Red Green Blue C M Y K H S L
Decimal 188 193 149 0.03 0 0.23 0.24 66.82 0.26 0.67
Hex BC C1 95 3 0 17 18 43 1A 43
Octal 274 301 225 3 0 27 30 103 32 103
Binary 10111100 11000001 10010101 11 0 10111 11000 1000011 11010 1000011

Color Harmonies of #BCC195

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCC195

Black with #BCC195

Text Example


Text Example

White with #BCC195

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCC195; }

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

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

background-color css

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

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

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

border-color css

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

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

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