Html Css Color HEX #BCC09F Green Mist

📋 copy color: '#BCC09F'

red 188 ◦ green 192 ◦ blue 159

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

Shades of Green Mist #BCC09F

Tints of Green Mist #BCC09F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 29.5%

R = 34.88%
G = 35.62%
B = 29.5%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.17

 K value IS 0.25

RGB Variations

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

Color information

#BCC09F (or 0xBCC09F) is known color: Green Mist. HEX triplet: BC, C0 and 9F. RGB value is (188,192,159). Sum of RGB (Red+Green+Blue) = 188+192+159=539 (71% of max value = 765). Red value is 188 (73.83% from 255 or 34.88% from 539); Green value is 192 (75.39% from 255 or 35.62% from 539); Blue value is 159 (62.5% from 255 or 29.50% from 539); Max value from RGB is 192 - color contains mainly: green. Hex color #BCC09F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCC09F is #433F60. Grayscale: #BBBBBB. Windows color (decimal): -4407137 or 10469564. OLE color: 10469564.

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

Color convert

RGB 188 192 159 -
CMYK 0.02 0 0.17 0.25
HSL 67.27º 0.21% 0.69% -
HSV(B) 67.27º 0.17% 0.75% -
XYZ 45.85 50.89 40.21 -
YUV 187.04 112.17 128.68 -
System Red Green Blue C M Y K H S L
Decimal 188 192 159 0.02 0 0.17 0.25 67.27 0.21 0.69
Hex BC C0 9F 2 0 11 19 43 15 45
Octal 274 300 237 2 0 21 31 103 25 105
Binary 10111100 11000000 10011111 10 0 10001 11001 1000011 10101 1000101

Color Harmonies of #BCC09F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCC09F

Black with #BCC09F

Text Example


Text Example

White with #BCC09F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCC09F; }

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

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

background-color css

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

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

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

border-color css

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

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

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