Html Css Color HEX #BCC192 Green Mist

📋 copy color: '#BCC192'

red 188 ◦ green 193 ◦ blue 146

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

Shades of Green Mist #BCC192

Tints of Green Mist #BCC192

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 27.7%

R = 35.67%
G = 36.62%
B = 27.7%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.24

 K value IS 0.24

RGB Variations

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

Color information

#BCC192 (or 0xBCC192) is known color: Green Mist. HEX triplet: BC, C1 and 92. RGB value is (188,193,146). Sum of RGB (Red+Green+Blue) = 188+193+146=527 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.67% from 527); Green value is 193 (75.78% from 255 or 36.62% from 527); Blue value is 146 (57.42% from 255 or 27.70% from 527); Max value from RGB is 193 - color contains mainly: green. Hex color #BCC192 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCC192 is #433E6D. Grayscale: #BABABA. Windows color (decimal): -4406894 or 9617852. OLE color: 9617852.

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

Color convert

RGB 188 193 146 -
CMYK 0.03 0 0.24 0.24
HSL 66.38º 0.27% 0.66% -
HSV(B) 66.38º 0.24% 0.76% -
XYZ 45 50.91 34.65 -
YUV 186.15 105.34 129.32 -
System Red Green Blue C M Y K H S L
Decimal 188 193 146 0.03 0 0.24 0.24 66.38 0.27 0.66
Hex BC C1 92 3 0 18 18 42 1B 42
Octal 274 301 222 3 0 30 30 102 33 102
Binary 10111100 11000001 10010010 11 0 11000 11000 1000010 11011 1000010

Color Harmonies of #BCC192

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCC192

Black with #BCC192

Text Example


Text Example

White with #BCC192

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCC192; }

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

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

background-color css

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

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

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

border-color css

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

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

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