Html Css Color HEX #BCC08E Green Mist

📋 copy color: '#BCC08E'

red 188 ◦ green 192 ◦ blue 142

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

Shades of Green Mist #BCC08E

Tints of Green Mist #BCC08E

RGB

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

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

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

R = 36.02%
G = 36.78%
B = 27.2%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.26

 K value IS 0.25

RGB Variations

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

Color information

#BCC08E (or 0xBCC08E) is known color: Green Mist. HEX triplet: BC, C0 and 8E. RGB value is (188,192,142). Sum of RGB (Red+Green+Blue) = 188+192+142=522 (69% of max value = 765). Red value is 188 (73.83% from 255 or 36.02% from 522); Green value is 192 (75.39% from 255 or 36.78% from 522); Blue value is 142 (55.86% from 255 or 27.20% from 522); Max value from RGB is 192 - color contains mainly: green. Hex color #BCC08E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCC08E is #433F71. Grayscale: #B9B9B9. Windows color (decimal): -4407154 or 9355452. OLE color: 9355452.

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

Color convert

RGB 188 192 142 -
CMYK 0.02 0 0.26 0.25
HSL 64.8º 0.28% 0.65% -
HSV(B) 64.8º 0.26% 0.75% -
XYZ 44.47 50.34 32.96 -
YUV 185.1 103.67 130.07 -
System Red Green Blue C M Y K H S L
Decimal 188 192 142 0.02 0 0.26 0.25 64.8 0.28 0.65
Hex BC C0 8E 2 0 1A 19 41 1C 41
Octal 274 300 216 2 0 32 31 101 34 101
Binary 10111100 11000000 10001110 10 0 11010 11001 1000001 11100 1000001

Color Harmonies of #BCC08E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCC08E

Black with #BCC08E

Text Example


Text Example

White with #BCC08E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCC08E; }

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

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

background-color css

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

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

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

border-color css

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

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

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