Html Css Color HEX #BCC695 Green Mist

📋 copy color: '#BCC695'

red 188 ◦ green 198 ◦ blue 149

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

Shades of Green Mist #BCC695

Tints of Green Mist #BCC695

RGB

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

 GREEN value IS 198 (77.73% from 255) = 37.01%

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

R = 35.14%
G = 37.01%
B = 27.85%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.25

 K value IS 0.22

RGB Variations

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

Color information

#BCC695 (or 0xBCC695) is known color: Green Mist. HEX triplet: BC, C6 and 95. RGB value is (188,198,149). Sum of RGB (Red+Green+Blue) = 188+198+149=535 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.14% from 535); Green value is 198 (77.73% from 255 or 37.01% from 535); Blue value is 149 (58.59% from 255 or 27.85% from 535); Max value from RGB is 198 - color contains mainly: green. Hex color #BCC695 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCC695 is #43396A. Grayscale: #BDBDBD. Windows color (decimal): -4405611 or 9815740. OLE color: 9815740.

HSL color Cylindrical-coordinate representation of color #BCC695: hue angle of 72.24º degrees, saturation: 0.3, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BCC695 is Cyan = 0.05, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.22.

Color convert

RGB 188 198 149 -
CMYK 0.05 0 0.25 0.22
HSL 72.24º 0.3% 0.68% -
HSV(B) 72.24º 0.25% 0.78% -
XYZ 46.36 53.25 36.27 -
YUV 189.42 105.19 126.98 -
System Red Green Blue C M Y K H S L
Decimal 188 198 149 0.05 0 0.25 0.22 72.24 0.3 0.68
Hex BC C6 95 5 0 19 16 48 1E 44
Octal 274 306 225 5 0 31 26 110 36 104
Binary 10111100 11000110 10010101 101 0 11001 10110 1001000 11110 1000100

Color Harmonies of #BCC695

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCC695

Black with #BCC695

Text Example


Text Example

White with #BCC695

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCC695; }

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

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

background-color css

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

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

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

border-color css

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

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

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