Html Css Color HEX #BCC09E Green Mist

📋 copy color: '#BCC09E'

red 188 ◦ green 192 ◦ blue 158

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

Shades of Green Mist #BCC09E

Tints of Green Mist #BCC09E

RGB

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

 GREEN value IS 192 (75.39% from 255) = 35.69%

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

R = 34.94%
G = 35.69%
B = 29.37%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.18

 K value IS 0.25

RGB Variations

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

Color information

#BCC09E (or 0xBCC09E) is known color: Green Mist. HEX triplet: BC, C0 and 9E. RGB value is (188,192,158). Sum of RGB (Red+Green+Blue) = 188+192+158=538 (71% of max value = 765). Red value is 188 (73.83% from 255 or 34.94% from 538); Green value is 192 (75.39% from 255 or 35.69% from 538); Blue value is 158 (62.11% from 255 or 29.37% from 538); Max value from RGB is 192 - color contains mainly: green. Hex color #BCC09E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCC09E is #433F61. Grayscale: #BBBBBB. Windows color (decimal): -4407138 or 10404028. OLE color: 10404028.

HSL color Cylindrical-coordinate representation of color #BCC09E: hue angle of 67.06º degrees, saturation: 0.21, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BCC09E is Cyan = 0.02, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.25.

Color convert

RGB 188 192 158 -
CMYK 0.02 0 0.18 0.25
HSL 67.06º 0.21% 0.69% -
HSV(B) 67.06º 0.18% 0.75% -
XYZ 45.76 50.86 39.75 -
YUV 186.93 111.67 128.76 -
System Red Green Blue C M Y K H S L
Decimal 188 192 158 0.02 0 0.18 0.25 67.06 0.21 0.69
Hex BC C0 9E 2 0 12 19 43 15 45
Octal 274 300 236 2 0 22 31 103 25 105
Binary 10111100 11000000 10011110 10 0 10010 11001 1000011 10101 1000101

Color Harmonies of #BCC09E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCC09E

Black with #BCC09E

Text Example


Text Example

White with #BCC09E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCC09E; }

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

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

background-color css

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

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

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

border-color css

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

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

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