Html Css Color HEX #BCC19E Green Mist

📋 copy color: '#BCC19E'

red 188 ◦ green 193 ◦ blue 158

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

Shades of Green Mist #BCC19E

Tints of Green Mist #BCC19E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 29.31%

R = 34.88%
G = 35.81%
B = 29.31%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.18

 K value IS 0.24

RGB Variations

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

Color information

#BCC19E (or 0xBCC19E) is known color: Green Mist. HEX triplet: BC, C1 and 9E. RGB value is (188,193,158). Sum of RGB (Red+Green+Blue) = 188+193+158=539 (71% of max value = 765). Red value is 188 (73.83% from 255 or 34.88% from 539); Green value is 193 (75.78% from 255 or 35.81% from 539); Blue value is 158 (62.11% from 255 or 29.31% from 539); Max value from RGB is 193 - color contains mainly: green. Hex color #BCC19E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCC19E is #433E61. Grayscale: #BBBBBB. Windows color (decimal): -4406882 or 10404284. OLE color: 10404284.

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

Color convert

RGB 188 193 158 -
CMYK 0.03 0 0.18 0.24
HSL 68.57º 0.22% 0.69% -
HSV(B) 68.57º 0.18% 0.76% -
XYZ 45.98 51.3 39.83 -
YUV 187.52 111.34 128.35 -
System Red Green Blue C M Y K H S L
Decimal 188 193 158 0.03 0 0.18 0.24 68.57 0.22 0.69
Hex BC C1 9E 3 0 12 18 45 16 45
Octal 274 301 236 3 0 22 30 105 26 105
Binary 10111100 11000001 10011110 11 0 10010 11000 1000101 10110 1000101

Color Harmonies of #BCC19E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCC19E

Black with #BCC19E

Text Example


Text Example

White with #BCC19E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCC19E; }

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

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

background-color css

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

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

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

border-color css

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

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

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