Html Css Color HEX #BCC28E Green Mist

📋 copy color: '#BCC28E'

red 188 ◦ green 194 ◦ blue 142

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

Shades of Green Mist #BCC28E

Tints of Green Mist #BCC28E

RGB

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

 GREEN value IS 194 (76.17% from 255) = 37.02%

 BLUE value IS 142 (55.86% from 255) = 27.1%

R = 35.88%
G = 37.02%
B = 27.1%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.27

 K value IS 0.24

RGB Variations

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

Color information

#BCC28E (or 0xBCC28E) is known color: Green Mist. HEX triplet: BC, C2 and 8E. RGB value is (188,194,142). Sum of RGB (Red+Green+Blue) = 188+194+142=524 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.88% from 524); Green value is 194 (76.17% from 255 or 37.02% from 524); Blue value is 142 (55.86% from 255 or 27.10% from 524); Max value from RGB is 194 - color contains mainly: green. Hex color #BCC28E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCC28E is #433D71. Grayscale: #BABABA. Windows color (decimal): -4406642 or 9355964. OLE color: 9355964.

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

Color convert

RGB 188 194 142 -
CMYK 0.03 0 0.27 0.24
HSL 66.92º 0.3% 0.66% -
HSV(B) 66.92º 0.27% 0.76% -
XYZ 44.91 51.23 33.11 -
YUV 186.28 103.01 129.23 -
System Red Green Blue C M Y K H S L
Decimal 188 194 142 0.03 0 0.27 0.24 66.92 0.3 0.66
Hex BC C2 8E 3 0 1B 18 43 1E 42
Octal 274 302 216 3 0 33 30 103 36 102
Binary 10111100 11000010 10001110 11 0 11011 11000 1000011 11110 1000010

Color Harmonies of #BCC28E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCC28E

Black with #BCC28E

Text Example


Text Example

White with #BCC28E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCC28E; }

 p { color: rgb(188,194,142); }

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

background-color css

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

 a { background-color: rgb(188,194,142); }

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

border-color css

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

 span { border-color: rgb(188,194,142); }

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